|
@@ -190,13 +190,15 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- async init (id, display) {
|
|
|
+ init (id, display) {
|
|
|
+ console.log('monitoring1')
|
|
|
this.visible = true
|
|
|
this.id = id || 0
|
|
|
this.display = display
|
|
|
this.dataForm = {}
|
|
|
this.dataForm1 = {}
|
|
|
// 获取详情
|
|
|
+ console.log('monitoring2')
|
|
|
this.queryData()
|
|
|
},
|
|
|
// 查询
|
|
@@ -206,6 +208,7 @@
|
|
|
},
|
|
|
// 获取数据列表
|
|
|
getDataList () {
|
|
|
+ console.log('monitoring3')
|
|
|
this.dataListLoading = true
|
|
|
let params = {
|
|
|
'current': this.pageIndex,
|