chenrui 1 rok pred
rodič
commit
fe22bfa023

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

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