소스 검색

修改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 () {
       if (this.loadData.length == 0) {
-        this.$message.warning('无可导入轮胎唯一码!')
+        this.$message.warning('无可导入数据!')
       } else {
         this.$emit('ok', this.loadData)
         this.isShow = false