fix(接口测试): 修复导入文档断言没更新的缺陷
--bug=1015706 --user=王孝刚 【接口测试】github#16728,json文档结构校验导入,修改/更新导入json内容后,点击确认,未重新刷新json结构字段 https://www.tapd.cn/55049933/s/1220733
This commit is contained in:
parent
6e09e4c100
commit
2562648a05
|
@ -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();
|
||||
//处理第一层级数据children为null
|
||||
this.tableDataList(data);
|
||||
if (this.document.type === "JSON") {
|
||||
|
|
Loading…
Reference in New Issue