diff --git a/src/modules/18_command/interface/request/Main.ts b/src/modules/18_command/interface/request/Main.ts index 0848446eb..00f3f021f 100644 --- a/src/modules/18_command/interface/request/Main.ts +++ b/src/modules/18_command/interface/request/Main.ts @@ -3,6 +3,7 @@ interface FormQuery { pageSize: number; year: number; keyword: string; + commandTypeId: string; } interface FormCommand { @@ -69,5 +70,5 @@ export type { FormDataDetail, ListCommandSalaryType, PersonInfo, - FormCommandList + FormCommandList, }; diff --git a/src/modules/18_command/views/lists.vue b/src/modules/18_command/views/lists.vue index c48fef0cf..b708e4a10 100644 --- a/src/modules/18_command/views/lists.vue +++ b/src/modules/18_command/views/lists.vue @@ -1,5 +1,5 @@