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