Parcourir la source

商用工程信息单删除提示修改

zhouhao il y a 2 ans
Parent
commit
5511597014
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -868,7 +868,7 @@ export default {
           itemId: row.id
         }).then(res => {
           this.goodsList.splice(index, 1)
-          this.$successMsg('引用货品删除成功')
+          this.$successMsg('存在的货品删除成功')
         })
       } else {
         this.goodsList.splice(index, 1)