Prechádzať zdrojové kódy

完善液位高度和宽度

hfxc226 1 rok pred
rodič
commit
48a7176560

+ 1 - 0
src/views/remote/opc-log/modules/Detail.vue

@@ -269,6 +269,7 @@ export default {
       this.confirmLoading = true
       this.model.startTime = this.startTime
       this.model.endTime = this.endTime
+      this.model.dataJsonStr = null
       queryInfluxDBHistory(this.model).then(res => {
         this.model = res.data
         if (this.model.dataJsonStr == null) {