From 4d34feccf527b68758c30a41bcda9033e23a102d Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 17 Mar 2022 19:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppSpecialPeople/add.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index f5879dca..ef0f104b 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -190,7 +190,6 @@ export default { selectName: '', selectList: [], selectShow: false, - id: '' } }, computed: { @@ -438,8 +437,7 @@ export default { if (!isValid) return this.$http.post(`/app/appapplicationinfo/addOrUpdate?appId=${this.appId}`, { - ...form, - id: this.id || '' + ...form }).then(res => { if (res?.code == 0) { this.$u.toast('提亀成功')