【修改】模板库默认参数

This commit is contained in:
YOHO\20373
2025-06-25 15:59:42 +08:00
committed by 陆光LG
parent 0cc6ba84db
commit 23832bebc8
4 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ const queryParams = reactive({
pageSize: 10,
status: '0',
isTemplate: '0',
taskType:'2'
taskType:'5'
});
// 获取数据

View File

@@ -77,7 +77,7 @@ const queryParams = reactive({
pageSize: 10,
status: '0',
isTemplate: '0',
taskType:'2'
taskType:'4'
});
// 获取数据

View File

@@ -77,7 +77,7 @@ const queryParams = reactive({
pageSize: 10,
status: '0',
isTemplate: '0',
taskType:'1'
taskType:'3'
});
// 获取数据