邹畅 3 years ago
parent
commit
df9cfabf3d
2 changed files with 5 additions and 8 deletions
  1. 10
      src/views/sce/sceInfo/index.vue
  2. 3
      src/views/sce/tips/index.vue

10
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 != "") {

3
src/views/sce/tips/index.vue

@ -148,7 +148,7 @@
:disabled="disabled"
v-model="form.processId"
clearable
placeholder="请选择活动区域"
placeholder="请选择流程标题"
style="width:300px"
>
<el-option
@ -254,6 +254,7 @@ export default {
this.data = {
scenarioId:val
}
this.form.processId = ''
this.queryFindList()
},
foucsLc(){

Loading…
Cancel
Save