update 选择标准禁用来源重置不可清空
This commit is contained in:
@@ -184,7 +184,12 @@ export default {
|
|||||||
this.replacePage()
|
this.replacePage()
|
||||||
},
|
},
|
||||||
searchReset () {
|
searchReset () {
|
||||||
this.queryParam = {}
|
// 如果禁用来源,就不重置来源
|
||||||
|
if (this.disabledSourceSearch) {
|
||||||
|
this.queryParam = { source: this.source }
|
||||||
|
} else {
|
||||||
|
this.queryParam = {}
|
||||||
|
}
|
||||||
this.replacePage()
|
this.replacePage()
|
||||||
},
|
},
|
||||||
// 表格选择改变
|
// 表格选择改变
|
||||||
|
|||||||
Reference in New Issue
Block a user