diff --git a/client/src/views/supervision/record.vue b/client/src/views/supervision/record.vue index 144ea3e..3ad03ed 100644 --- a/client/src/views/supervision/record.vue +++ b/client/src/views/supervision/record.vue @@ -191,19 +191,17 @@ +
+ + 有 {{ scope.row.files.length }} 个文件 + +
+
+
+ {{ item.name }} +
+
+
@@ -212,6 +212,7 @@ export default { } }, confirm() { + console.log("-----", this.data.action) if (this.data.action == "update") { updateRecord(this.record.id, this.record).then((res) => { this.$message.success("成功"); @@ -233,6 +234,7 @@ export default { this.$emit("handleDo",true); }); } else if (this.data.action == "deptconfirm_top") { + console.log("deptconfirm_top") deptconfirm_top(this.record.id).then((res) => { this.$message.success("事业部确认成功"); this.$emit("handleDo",true);