From 48393700ed4b2f78e91682063700c4d66bc99e95 Mon Sep 17 00:00:00 2001
From: gongjiale <942894820@qq.com>
Date: Thu, 13 Oct 2022 15:34:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../assignedScene/add-update-scene.vue | 20 +++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/back/src/views/modules/ability/assignedScene/add-update-scene.vue b/back/src/views/modules/ability/assignedScene/add-update-scene.vue
index 5f1f133e..5ba410c8 100644
--- a/back/src/views/modules/ability/assignedScene/add-update-scene.vue
+++ b/back/src/views/modules/ability/assignedScene/add-update-scene.vue
@@ -67,10 +67,19 @@
+
+
+
+
+
+
+
+
+
@@ -195,6 +204,9 @@ export default {
painKeyTextObj: getDescJson('痛点'),
solutionKeyTextObj: getDescJson('方案'),
dataForm: {
+ infrastructureCount:null,
+ dataSourceCount:null,
+ componentCount:null,
name: '',
applicationArea: '',
description: '',
@@ -345,10 +357,10 @@ export default {
update: 'put'
}
this.dataForm.fuseResourceList = this.getFuseResourceList()
- if (this.imageUrl == '') {
- this.$message.error('请上传图片!')
- return
- }
+ // if (this.imageUrl == '') {
+ // this.$message.error('请上传图片!')
+ // return
+ // }
this.dataForm.fuseAttrList.find(v => v.attrType == '服务图片').attrValue = this.imageUrl || ''
const _obj = Object.assign({}, this.dataForm, {
type: '赋能场景'