mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 06:19:51 +00:00
fix: 修复命令记录页面筛选数据时tree自动刷新问题
This commit is contained in:
@@ -209,7 +209,6 @@ export default {
|
|||||||
const queryStr = (url.indexOf('?') > -1 ? '&' : '?') + queryUtil.stringify(_query, '=', '&')
|
const queryStr = (url.indexOf('?') > -1 ? '&' : '?') + queryUtil.stringify(_query, '=', '&')
|
||||||
const treeUrl = url + queryStr
|
const treeUrl = url + queryStr
|
||||||
this.$set(this.treeSetting, 'treeUrl', treeUrl)
|
this.$set(this.treeSetting, 'treeUrl', treeUrl)
|
||||||
this.treeTable.forceRerenderTree()
|
|
||||||
},
|
},
|
||||||
handleDateChange(object) {
|
handleDateChange(object) {
|
||||||
this.query = {
|
this.query = {
|
||||||
|
Reference in New Issue
Block a user