fix(测试跟踪): 脑图未规划用例不允许编辑
--bug=1010567 --user=陈建星 【测试跟踪】—功能用例 脑图 点击未规划用例 模块 直接保存 会创建重复的未规划用例模块 https://www.tapd.cn/55049933/s/1108858
This commit is contained in:
parent
3f9627cc4d
commit
20a70886e2
|
@ -143,6 +143,9 @@ export default {
|
|||
children = [];
|
||||
}
|
||||
let caseNum = root.data.caseNum;
|
||||
if (root.data.text === '未规划用例' && root.data.level === 1) {
|
||||
root.data.disable = true;
|
||||
}
|
||||
if (children.length < 1 && (this.ignoreNum || caseNum && caseNum > 0)) {
|
||||
root.children.push({
|
||||
data: {
|
||||
|
|
Loading…
Reference in New Issue