From e355fcedc7a06f2ef441a1e905b23b82585fdf57 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 25 Dec 2023 12:48:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=206=E8=BD=A6=E9=97=B4=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E7=AD=9B=E9=80=89=E5=8F=8A=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept6.vue | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/src/views/wpm/mlog_dept6.vue b/src/views/wpm/mlog_dept6.vue index 350a8451..bd38d1c4 100644 --- a/src/views/wpm/mlog_dept6.vue +++ b/src/views/wpm/mlog_dept6.vue @@ -7,30 +7,17 @@
- - 查询 +
- + - - - - - - - - + @@ -59,7 +46,6 @@ - @@ -98,7 +84,6 @@ - @@ -162,10 +147,10 @@ - - + + @@ -245,7 +230,7 @@ export default { }); }, handleQueryMtask() { - this.$refs.table.refresh(this.queryMtask); + this.$refs.table.queryData(this.queryMtask); }, table_submit(row) { this.$API.pm.mtask.submit.req(row.id).then(res => {