瀏覽代碼

完善液位高度和宽度

hfxc226 1 年之前
父節點
當前提交
48a7176560
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/remote/opc-log/modules/Detail.vue

+ 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) {