Sfoglia il codice sorgente

取消默认回到第一个tab

yangjunjing 5 anni fa
parent
commit
6fb59fd53f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/screen/splitscreen/spaceledger/index.vue

+ 1 - 1
src/views/screen/splitscreen/spaceledger/index.vue

@@ -282,7 +282,7 @@ export default {
             tools.setDataForKey(
               this.spaceDetails,
               this.tableData[index].Path,
-              this.tableData[index].functionNoDynamicData = item.error ? item.value ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据"
+              this.$set(this.tableData[index], "functionNoDynamicData", item.error ? item.value ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据")
             );
           })
         });