Преглед изворни кода

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

Lijy пре 2 година
родитељ
комит
c47647e68a
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/profession/list.vue

+ 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"