@@ -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 ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据")
);
})
});