From 6fdc081c611c51075524a983cb476528aeb3b2e7 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Tue, 28 Feb 2023 14:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 76 +++++++++++++++++++++++++------------ 1 file changed, 52 insertions(+), 24 deletions(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 81420d5..ceaa831 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -99,17 +99,23 @@ @@ -142,7 +148,12 @@ 调价记录 - 下单 + 下单 { if (res.code === 20000) { this.getByPage(); - } else this.$message.error(res.msg); + } + // this.$message.success(res.msg); + // this.closeWindow(); }); + // serve + // .update({ + // id: row.id, + // enableMark: val, + // }) + // .then((res) => { + // if (res.code === 20000) { + // this.getByPage(); + // } else this.$message.error(res.msg); + // }); }, //批量启用禁用 batchHandler() {