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('提交成功')