From f9cfba00bc5beffa7764d037a1a5f9f47c50bdd8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 22 Dec 2021 17:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8F=91=E5=B8=83=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=BC=A9=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3.0.0/AppContentInfo/components/Add.vue | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/packages/3.0.0/AppContentInfo/components/Add.vue b/packages/3.0.0/AppContentInfo/components/Add.vue index 779cf669..cf1c995f 100644 --- a/packages/3.0.0/AppContentInfo/components/Add.vue +++ b/packages/3.0.0/AppContentInfo/components/Add.vue @@ -58,20 +58,6 @@ :limit="1"> - - - - - @@ -104,7 +90,6 @@ files: [], categoryId: '', contentType: '0', - pictureUrl: [], areaName: '', thumbUrl: [] }, @@ -146,9 +131,6 @@ this.instance.post(`/app/appcontentinfo/queryDetailById?id=${id}`).then(res => { if (res.code === 0) { this.form = res.data - this.form.pictureUrl = res.data.pictureUrl ? [{ - url: res.data.pictureUrl - }] : [] } }) }, @@ -175,8 +157,7 @@ moduleId: this.$route.query.moduleId, createUserName: this.user.info.name, createUserId: this.user.info.id, - categoryName: this.cateList.length ? this.cateList.filter(v => v.id === this.form.categoryId)[0].categoryName : '', - pictureUrl: this.form.pictureUrl.length ? this.form.pictureUrl[0].url : '' + categoryName: this.cateList.length ? this.cateList.filter(v => v.id === this.form.categoryId)[0].categoryName : '' }).then(res => { if (res.code == 0) { this.$message.success('提交成功')