Explorar el Código

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

zhouhao hace 2 años
padre
commit
5511597014
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)