From 3ea9287e9c7334462a125e58dde9e7c130208386 Mon Sep 17 00:00:00 2001 From: wangxy Date: Thu, 28 Oct 2021 11:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=BF=90=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productexe/basic/dispatchOrder.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/productexe/basic/dispatchOrder.vue b/src/views/productexe/basic/dispatchOrder.vue index 571c360..d2f4ad1 100644 --- a/src/views/productexe/basic/dispatchOrder.vue +++ b/src/views/productexe/basic/dispatchOrder.vue @@ -140,7 +140,7 @@ export default { "JIT_ShipOrder-CreateTime", ], // 遮罩层 - loading: true, + loading: false, // 总条数 total: 0, // 查询参数 @@ -201,6 +201,7 @@ export default { }, // 上传文件预览 previewUpload(file) { + this.uploadLoading = false this.excle = file.target.files[0] const uploadData = new FormData() uploadData.append('upload', this.excle)