From d4f29adb8be8d816af8c2c7b6bdb468fe0141491 Mon Sep 17 00:00:00 2001 From: zty Date: Wed, 6 Nov 2024 16:32:37 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=20=E6=8A=A5?= =?UTF-8?q?=E9=80=81=E4=BB=BB=E5=8A=A1=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/supervision/record.vue | 24 +++++++++++------------ client/src/views/supervision/recorddo.vue | 4 +++- 2 files changed, 14 insertions(+), 14 deletions(-) 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);