Parcourir la source

导入修改。

zhengqiang il y a 5 ans
Parent
commit
f5394f3450
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/base/personInfo-list.vue

+ 2 - 0
src/views/base/personInfo-list.vue

@@ -1118,6 +1118,8 @@ export default {
     handleBatchImportSuccess(response, file, fileList) {
       var self = this;
       self.xlsLoading = false;
+      self.uploadXlsData.companyId = null;
+      
       if (response.result) {
         self.$message.success(response.message);
         this.batchImportFileList = [];