From f5f7ec2e5440420176491d6f1cd76ee72798c1e2 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 28 Feb 2024 10:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=A3=80=E9=AA=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/behavior.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/qm/behavior.vue b/src/views/qm/behavior.vue index ed7cd60d..9b25f4f9 100644 --- a/src/views/qm/behavior.vue +++ b/src/views/qm/behavior.vue @@ -36,7 +36,8 @@ - + @@ -70,10 +71,12 @@ {{ state_xj[scope.row.val_xj] }} - + @@ -180,6 +183,12 @@ export default { this.$refs.saveDialog.open("add"); }); }, + table_edit(row) { + this.visible = true; + this.$nextTick(() => { + this.$refs.saveDialog.open("edit").setData(row); + }); + }, importInspect() { this.visible = true; },