|
@@ -196,7 +196,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
|
- // ...mapMutations(['currentChange','changeKeepAliveArray']),
|
|
|
+ ...mapMutations(['currentChange','changeKeepAliveArray']),
|
|
|
formChange (data) { //表单数据修改时,修改searchData数据
|
|
|
if(data.status){
|
|
|
this.formLists[0].item.value = data.name
|
|
@@ -254,7 +254,6 @@ export default {
|
|
|
})
|
|
|
return arr
|
|
|
},[])
|
|
|
- console.log(this.listsConfig,9998)
|
|
|
});
|
|
|
},
|
|
|
addTemplate () { //新建模版
|