diff --git a/src/views/page/sensorSet-con.vue b/src/views/page/sensorSet-con.vue index e9bd9db..cfac8b0 100644 --- a/src/views/page/sensorSet-con.vue +++ b/src/views/page/sensorSet-con.vue @@ -141,14 +141,13 @@ export default { 'active'(newVal, oldVal) { this.getSensorType() }, + '$store.state.equipmentIndex'(newVal, oldVal) { + + this.dataInit(); + }, }, mounted() { - this.loading = this.$loading({ - lock: true, - text: '加载中', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); + this.dataInit() //input获取焦点后全选 let inputList = document.querySelectorAll('input'); @@ -409,6 +408,12 @@ return num deviceId: store.equipmentList[store.equipmentIndex - 1].deviceId, }; + this.loading = this.$loading({ + lock: true, + text: '加载中', + spinner: 'el-icon-loading', + background: 'rgba(0, 0, 0, 0.7)' + }); this.api.getReadControlSensorChannel(data).then((res) => { this.loading.close() if (res.data.code == 200) {