This commit is contained in:
weibl
2026-02-05 19:06:40 +08:00
parent a4ca5d237b
commit 7d234d1c1d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<TaskTable
v-if="dialogVisible"
:isDemandExportApi="true"
tableName="SIMULATION_TASK_ALL_LIST"
tableName="SIMULATION_TASK_EXECUTE_LIST"
:params="searchParams"
:api="getTaskListByDemandIdApi"
hideSpecialSearch

View File

@@ -38,7 +38,7 @@
v-model="formVisible"
:loading="loadingInterface"
:diaTitle="isCreateDialog ? '创建需求' : '编辑需求'"
:width="800"
width="60%"
:height="700"
@close="closeFun"
show-footer