|
|
@@ -155,7 +155,7 @@ const deteleList = (scope: any) => {
|
|
|
.catch((error: AxiosError<any>) => {
|
|
|
console.log(error);
|
|
|
});
|
|
|
- //更新用例列表
|
|
|
+ //Todo:更新用例列表
|
|
|
useStore.DeteleDocxList(obj)
|
|
|
//更新操作列表
|
|
|
actionList.value.push({
|
|
|
@@ -205,7 +205,7 @@ const addDocxList = () => {
|
|
|
.catch((error: AxiosError<any>) => {
|
|
|
console.log(error);
|
|
|
});
|
|
|
- //更新用力列表
|
|
|
+ //Todo:更新用例列表
|
|
|
let new_id: any = useStore.DocxList[itemIndex.value].docxMessageList?.length+1
|
|
|
useStore.DocxList[itemIndex.value].docxMessageList?.push({
|
|
|
id: new_id,
|