From 90b486ba54098be293a256d9313d201a3bd5221f Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 18 十月 2023 21:31:02 +0800 Subject: [PATCH] 1、编码规则增加显示所有者列,高级查询中增加所有者; 2、用户管理界面添加停用启用按钮。 --- Source/UBCS-WEB/src/views/code/Match.vue | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/Match.vue b/Source/UBCS-WEB/src/views/code/Match.vue index 3c2ade7..9a98bd2 100644 --- a/Source/UBCS-WEB/src/views/code/Match.vue +++ b/Source/UBCS-WEB/src/views/code/Match.vue @@ -216,8 +216,16 @@ searchHandler() { this.findvisible = true; }, - echoContion(row) { - + echoContion(val) { + console.log(...val) + // FindData({ + // templateOid: this.templateOid, + // codeClassifyOid: this.codeClassifyOid, + // ...val, + // }).then((res) => { + // this.tableData = res.data.data; + // this.page.total = res.data.total + // }); }, deleteHandler() { const length = this.selectRow.length; -- Gitblit v1.9.3