fix(测试跟踪): 模块树拖拽导致同一模块存在的问题
--bug=1024086 --user=宋昌昌 【测试跟踪】拖动模块,会出现同一模块下有同名模块的情况 https://www.tapd.cn/55049933/s/1347307
This commit is contained in:
parent
1a4882008c
commit
a84c781bc8
|
@ -307,6 +307,8 @@ export default {
|
|||
.then(() => {
|
||||
testCaseNodePos(list)
|
||||
this.list();
|
||||
}).catch((err) => {
|
||||
this.list();
|
||||
});
|
||||
},
|
||||
setModuleOptions() {
|
||||
|
|
Loading…
Reference in New Issue