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 - }} - - + + + 有 {{ scope.row.files.length }} 个文件 + + + + + {{ item.name }} + + + diff --git a/client/src/views/supervision/recorddo.vue b/client/src/views/supervision/recorddo.vue index 61575f3..31192cc 100644 --- a/client/src/views/supervision/recorddo.vue +++ b/client/src/views/supervision/recorddo.vue @@ -106,7 +106,7 @@ v-if="this.data.action == 'deptconfirm'" >确认 - 确认 + @@ -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);