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