From bbb808d83fd442100cce4622f0a33f7d9a09123d Mon Sep 17 00:00:00 2001 From: panll <1018729+pan648540858@user.noreply.gitee.com> Date: 星期三, 02 三月 2022 14:25:19 +0800 Subject: [PATCH] !9 update sql/mysql.sql. Merge pull request !9 from 随波/N/A --- web_src/src/components/dialog/catalogEdit.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/dialog/catalogEdit.vue b/web_src/src/components/dialog/catalogEdit.vue index 5b59494..20b2168 100644 --- a/web_src/src/components/dialog/catalogEdit.vue +++ b/web_src/src/components/dialog/catalogEdit.vue @@ -77,8 +77,7 @@ }) .then((res)=> { if (res.data.code === 0) { - console.log("娣诲姞/淇敼鎴愬姛") - if (this.submitCallback)this.submitCallback() + if (this.submitCallback)this.submitCallback(this.form) }else { this.$message({ showClose: true, -- Gitblit v1.8.0