Browse Source

修改bug

chenrui 1 year ago
parent
commit
bc6befdd28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/bulkManagement/bulkImport/chooseImportModal.vue

+ 0 - 1
src/views/bulkManagement/bulkImport/chooseImportModal.vue

@@ -149,7 +149,6 @@ export default {
       stockImportFinish({ stockImportSn: _this.uploadData && _this.uploadData.stockImportSn }).then(res => {
       stockImportFinish({ stockImportSn: _this.uploadData && _this.uploadData.stockImportSn }).then(res => {
         if (res.status == 200) {
         if (res.status == 200) {
           _this.$message.success(res.message)
           _this.$message.success(res.message)
-          _this.resetSearchForm()
           _this.showSuccessModal(res.data)
           _this.showSuccessModal(res.data)
           _this.spinning = false
           _this.spinning = false
         } else {
         } else {