|
@@ -340,6 +340,11 @@ export default {
|
|
this.tableForm[k] = this.defaultfilter[k]
|
|
this.tableForm[k] = this.defaultfilter[k]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ for(let k in this.formItem){
|
|
|
|
+ if(this.formItem[k].defaultvalue && this.formItem[k].defaultvalue!=""){
|
|
|
|
+ this.tableForm[this.formItem[k].pagecode] = this.formItem[k].defaultvalue
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// this.formItem = tableColumnArrs.filter(item => item.isdisplay == 1)
|
|
// this.formItem = tableColumnArrs.filter(item => item.isdisplay == 1)
|
|
},
|
|
},
|