fix(接口测试): 修复导入文档断言没更新的缺陷

--bug=1015706 --user=王孝刚
【接口测试】github#16728,json文档结构校验导入,修改/更新导入json内容后,点击确认,未重新刷新json结构字段
https://www.tapd.cn/55049933/s/1220733
This commit is contained in:
wxg0103 2022-08-09 11:09:02 +08:00 committed by jianxing
parent 6e09e4c100
commit 2562648a05
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
row-key="id"
border
lazy
:key="tableId"
:load="loadChild"
:height="300"
v-loading="loading"
@ -159,6 +160,7 @@ export default {
tableData: Array,
originalData: Array,
mapData: new Map(),
tableId: ''
}
},
@ -188,6 +190,7 @@ export default {
this.checked = false;
this.document.data.jsonFollowAPI = "";
this.document.data.xmlFollowAPI = "";
this.tableId = getUUID();
//childrennull
this.tableDataList(data);
if (this.document.type === "JSON") {