Nez-752 fix:修改切换数据源 数据没改变的问题
This commit is contained in:
@@ -43,6 +43,15 @@ export default {
|
||||
nzBottomDataList,
|
||||
terminalLogTable
|
||||
},
|
||||
props: {
|
||||
obj: Object
|
||||
},
|
||||
watch: {
|
||||
obj (n) {
|
||||
this.searchLabel = { userId: n.id }
|
||||
this.getTableData()
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
url: 'terminal/session',
|
||||
|
||||
Reference in New Issue
Block a user