| north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -629,15 +629,18 @@ //初始化判断是否有id传入 onMounted(async ()=>{ gridOptions.loading = true await initOrder() //启用表格拖动选中 addListener(xGrid.value,gridOptions) const str = route.query.orderId || history.state.orderId if (typeof str === 'undefined' || str === null || str === '' || str === '\n' || str === '\r'){ gridOptions.loading = false return } gridOptions.loading = true request.post(`/order/getOrderById/${str}`).then((res) => { if(res.code==200){ titleUploadData.value = res.data.order