Browse Source

取消默认回到第一个tab

yangjunjing 5 years ago
parent
commit
6fb59fd53f
1 changed files with 1 additions and 1 deletions
  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 ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据")
             );
           })
         });