Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
wuhongjian 2022-10-13 16:31:46 +08:00
commit 5568f82e52
3 changed files with 8 additions and 8 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: '赋能场景'

View File

@ -105,7 +105,7 @@
}} }}
</div> </div>
</div> </div>
<div class="remove" @click="removeFunction(val)"></div> <div class="remove" v-if="item.arr.length>1" @click="removeFunction(val)"></div>
</div> </div>
</template> </template>
</div> </div>

View File

@ -301,9 +301,9 @@
return message.error(res.data.msg) return message.error(res.data.msg)
} }
detailInfoObj.value = res.data.data || {} detailInfoObj.value = res.data.data || {}
dataSourceCount.value = res.data.dataSourceCount || 0 dataSourceCount.value = res.data.data.dataSourceCount || 0
infrastructureCount.value = res.data.infrastructureCount || 0 infrastructureCount.value = res.data.data.infrastructureCount|| 0
componentCount.value = res.data.componentCount || 0 componentCount.value = res.data.data.componentCount || 0
// //
let fuseAttrList = res.data.data.fuseAttrList || [] let fuseAttrList = res.data.data.fuseAttrList || []
// //