fix(测试跟踪): 模块树拖拽导致同一模块存在的问题

--bug=1024086 --user=宋昌昌 【测试跟踪】拖动模块,会出现同一模块下有同名模块的情况 https://www.tapd.cn/55049933/s/1347307
This commit is contained in:
song-cc-rock 2023-03-09 12:00:19 +08:00 committed by fit2-zhao
parent 1a4882008c
commit a84c781bc8
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ export default {
.then(() => {
testCaseNodePos(list)
this.list();
}).catch((err) => {
this.list();
});
},
setModuleOptions() {