diff --git a/src/App.vue b/src/App.vue index 9ec1cdf..edf8233 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@ import { provide, onMounted, ref } from 'vue' // let buildUrl = 'wss://pqmcn.com:8087/mqtt'//102 // let buildUrl = 'ws://pqmcn.com:8073/mqtt' //27 -let buildUrl = 'ws://192.168.1.103:8083/mqtt' //27 +let buildUrl = 'ws://112.4.144.18:38083/mqtt' //27 // 从 Nginx 获取 MQTT URL const fetchMqttUrl = async () => { diff --git a/src/components/baInput/components/array.vue b/src/components/baInput/components/array.vue index 045c066..bd6f29c 100644 --- a/src/components/baInput/components/array.vue +++ b/src/components/baInput/components/array.vue @@ -6,10 +6,10 @@ - + - + diff --git a/src/components/baInput/components/iconSelector.vue b/src/components/baInput/components/iconSelector.vue index 145ab53..56b7048 100644 --- a/src/components/baInput/components/iconSelector.vue +++ b/src/components/baInput/components/iconSelector.vue @@ -61,7 +61,7 @@ @@ -118,6 +97,7 @@ const downloadExcel = () => { } onMounted(() => { + initListByIds() }) onUnmounted(() => { @@ -199,6 +179,12 @@ watch( tableStore.index() } ) +watch( + () => prop.height, + val => { + renderLuckysheetReport('luckysheet', tableStore.table.data, { allowEdit: false }) + } +) watch( () => prop.timeValue, (newVal, oldVal) => { diff --git a/src/components/cockpit/indicatorFittingChart/index.vue b/src/components/cockpit/indicatorFittingChart/index.vue index 6ac2a98..4e260ec 100644 --- a/src/components/cockpit/indicatorFittingChart/index.vue +++ b/src/components/cockpit/indicatorFittingChart/index.vue @@ -11,7 +11,7 @@ > diff --git a/src/components/cockpit/monitoringPointList/index.vue b/src/components/cockpit/monitoringPointList/index.vue index 968a3cf..8edfe4e 100644 --- a/src/components/cockpit/monitoringPointList/index.vue +++ b/src/components/cockpit/monitoringPointList/index.vue @@ -10,9 +10,9 @@ >