From 05945295775f491c1892630bf8037289e2cb1c7e Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Fri, 18 Dec 2020 09:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/configLine/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/configLine/edit.vue b/src/views/system/configLine/edit.vue index 9b13195b2..0f89897fa 100644 --- a/src/views/system/configLine/edit.vue +++ b/src/views/system/configLine/edit.vue @@ -87,7 +87,7 @@ export default { doSave() { const self = this; this.$refs.dataform.validateForm(() => { - if (this.isAdd === 'ADD') { + if (this.isAdd) { self.create(); } else { self.update();