|
|
@@ -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 = [];
|