lilei 2 years ago
parent
commit
69e14ac0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/supplierManagement/costSetting/chooseImportModal.vue

+ 1 - 1
src/views/supplierManagement/costSetting/chooseImportModal.vue

@@ -146,7 +146,7 @@ export default {
         return
       }
       _this.spinning = true
-      hdExportExcel(supplierProductailNewExcel, _this.unLoadData, '关联产品导入错误项', function () {
+      hdExportExcel(supplierProductailNewExcel, _this.unLoadData, '成本设置产品导入错误项', function () {
         _this.spinning = false
       })
     }