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