Эх сурвалжийг харах

修改在线坐标检测-导入后刷新列表

landydb 2 сар өмнө
parent
commit
8328a5c19c

+ 1 - 2
src/views/modules/quality/onlinecheck.vue

@@ -228,8 +228,6 @@ export default {
     // 上传
     submitUpload() {
       this.$refs.upload.submit();
-      this.importVisible = false
-      this.getDataList()
     },
     // 移除
     handleRemove(file, fileList) {
@@ -260,6 +258,7 @@ export default {
             duration: 1500,
             onClose: () => {
               this.importVisible = false;
+              this.getDataList()
             },
           });
         } else {