This commit is contained in:
gongjiale 2022-10-13 15:54:50 +08:00
parent 07a924cce4
commit 6d45680b9a
1 changed files with 4 additions and 4 deletions

View File

@ -357,10 +357,10 @@ export default {
update: 'put' update: 'put'
} }
this.dataForm.fuseResourceList = this.getFuseResourceList() this.dataForm.fuseResourceList = this.getFuseResourceList()
// if (this.imageUrl == '') { if (this.imageUrl == '') {
// this.$message.error('') this.$message.error('请上传图片!')
// return return
// } }
this.dataForm.fuseAttrList.find(v => v.attrType == '服务图片').attrValue = this.imageUrl || '' this.dataForm.fuseAttrList.find(v => v.attrType == '服务图片').attrValue = this.imageUrl || ''
const _obj = Object.assign({}, this.dataForm, { const _obj = Object.assign({}, this.dataForm, {
type: '赋能场景' type: '赋能场景'