更新小问题

This commit is contained in:
2024-08-08 18:24:02 +08:00
parent 8773e5f927
commit cb1d5c58d1
10 changed files with 187 additions and 169 deletions

View File

@@ -83,6 +83,9 @@ const useTreeDataStore = defineStore("treeDataStore", {
this.treeData[roundKey].children[dutKey].children[designKey].children = res.data
},
// 新增删除case后tree显示
/**
* 第一个参数格式data.keydata为用例数据里面必须有key属性
*/
async updateCaseTreeData(data, projrctId) {
let temp = data.key.split("-")
temp.pop(-1)