zhengqiang 5 anni fa
parent
commit
f5394f3450
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 = [];