.
This commit is contained in:
parent
774370184c
commit
0dc701a196
@ -614,7 +614,7 @@
|
||||
},
|
||||
queryList(pageNo, pageSize) {
|
||||
DevOpsApi.getList(this.landId).then(res => {
|
||||
console.error("res:", res);
|
||||
// console.error("res:", res);
|
||||
let data = [];
|
||||
data.push(res.data.station || []);
|
||||
data.push(res.data.butterflyValve || []);
|
||||
@ -769,10 +769,8 @@
|
||||
|
||||
/************************************************** 气象站 **************************************************/
|
||||
qxzSetConfig(item) {
|
||||
console.error("item:", item);
|
||||
this.$refs.qxzRef.show();
|
||||
deviceConfig.getConfig(item.deviceCode).then(res => {
|
||||
console.error("res:", res);
|
||||
if (res.data) {
|
||||
this.qxz = res.data.data;
|
||||
this.qxz.item = item;
|
||||
|
Loading…
Reference in New Issue
Block a user