|
|
@@ -207,6 +207,7 @@ export default {
|
|
|
wheres = wheres + ` and wj.${i} like '%${this.searchWhere[i]}%'`
|
|
|
}
|
|
|
}
|
|
|
+ console.log('this.searchWhere',this.searchWhere)
|
|
|
if (fileType) {
|
|
|
switch (this.pageKey) {
|
|
|
case 'nbwj':
|
|
|
@@ -249,6 +250,7 @@ export default {
|
|
|
},
|
|
|
refreshData() {
|
|
|
this.listData = []
|
|
|
+ this.getSearcFormData()
|
|
|
this.getDatas()
|
|
|
},
|
|
|
handleNodeClick(nodeId, nodeData, treeDatas) {
|