Explorar o código

fix: 修改提示信息

Howie hai 1 ano
pai
achega
939fa6ec47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/commercialEngineering/mixin/index.js

+ 1 - 1
src/views/commercialEngineering/mixin/index.js

@@ -238,7 +238,7 @@ export default {
       console.log(this.formData.items)
       const bol =  this.formData.items.every(k=>!['', null, undefined,0, '0'].includes(k.qty))
       if (!bol) {
-          this.$errorMsg('机型信息数量不能为空')
+          this.$errorMsg('机型信息数量不能为空并且不能小于1')
       }
       return  bol
     }