Explorar o código

取消默认回到第一个tab

yangjunjing %!s(int64=5) %!d(string=hai) anos
pai
achega
6fb59fd53f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据")
             );
           })
         });