diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue index 367f44d..68a53a8 100644 --- a/src/views/sce/sceInfo/index.vue +++ b/src/views/sce/sceInfo/index.vue @@ -1010,16 +1010,12 @@ export default { let data = this.ruleForm.radioImg .concat(this.ruleForm.radioMusic) .concat(this.ruleForm.radioVideo); - this.ruleForm.processesList = this.ruleForm.processesList.map((n)=>{ + let b = this.ruleForm.processesList.map((n)=>{ if(n.title != ''){ - return{ - title:n.title, - code:n.code, - introduction:n.introduction, - sort:n.sort - } + this.ruleForm.processesList.push(n) } }) + let list = []; data.map(n => { if (n.url != "") { diff --git a/src/views/sce/tips/index.vue b/src/views/sce/tips/index.vue index 6588c6e..8f040ce 100644 --- a/src/views/sce/tips/index.vue +++ b/src/views/sce/tips/index.vue @@ -148,7 +148,7 @@ :disabled="disabled" v-model="form.processId" clearable - placeholder="请选择活动区域" + placeholder="请选择流程标题" style="width:300px" >