From a4d490ec5b49026450d9ac87a33a26eac9734ef6 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 19 Mar 2024 14:10:02 +0800 Subject: [PATCH] =?UTF-8?q?#79=E8=BF=87=E7=A8=8B=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/process.vue | 57 +++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 10 deletions(-) diff --git a/src/views/qm/process.vue b/src/views/qm/process.vue index 22b96a8e..98f858e9 100644 --- a/src/views/qm/process.vue +++ b/src/views/qm/process.vue @@ -15,6 +15,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -33,11 +79,9 @@ export default { data() { return { apiObj: this.$API.wpm.mlog.list, - // apiObj: null, query: { page: 1, - page_size: 20, - type: 10 + page_size: 20 }, selection: [], state_: { @@ -47,13 +91,6 @@ export default { }; }, methods: { - //查看 - table_show(row) { - this.dialog.save = true; - this.$nextTick(() => { - this.$refs.saveDialog.open("show", 10).setData(row); - }); - }, handleQuery() { this.$refs.table.queryData(this.query) },