浏览代码

修改bug

chenrui 1 年之前
父节点
当前提交
fe22bfa023
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productManagement/productSourcePath/chooseImportModal.vue

+ 1 - 1
src/views/productManagement/productSourcePath/chooseImportModal.vue

@@ -138,7 +138,7 @@ export default {
     // 确认导入
     // 确认导入
     handleSubmit () {
     handleSubmit () {
       if (this.loadData.length == 0) {
       if (this.loadData.length == 0) {
-        this.$message.warning('无可导入轮胎唯一码!')
+        this.$message.warning('无可导入数据!')
       } else {
       } else {
         this.$emit('ok', this.loadData)
         this.$emit('ok', this.loadData)
         this.isShow = false
         this.isShow = false