Browse Source

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

zhouhao 2 years ago
parent
commit
5511597014
1 changed files with 1 additions and 1 deletions
  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)