Parcourir la source

工程专业版字段赋值错误调整

Lijy il y a 2 ans
Parent
commit
c47647e68a

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/profession/list.vue

@@ -226,7 +226,8 @@
 
             // 删除
             deletePro(i, item) {
-                this.$confirm("确定要专业" + item.customerName + "吗?","删除专业", {
+                console.log(item, '要删除的')
+                this.$confirm("确定要专业" + item.name + "吗?","删除专业", {
                     confirmButtonText: "确定",
                     cancelButtonText: "取消",
                     type: "warning"