【审核监督】接口传参修改

dianlixunjian
Zhufu 2024-07-11 16:29:55 +08:00
parent c902efe413
commit ccbd6aa1d0
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<a-select <a-select
allowClear allowClear
style="width:142px;" style="width:142px;"
v-model:value="params.patchSource" v-model:value="params.tubanlaiyuan"
:options="patchSourceOptions" :options="patchSourceOptions"
/> />
</div> </div>
@ -24,7 +24,7 @@
<a-select <a-select
allowClear allowClear
style="width:117px;" style="width:117px;"
v-model:value="params.batch" v-model:value="params.picihao"
:options="props.batchOptions" :options="props.batchOptions"
/> />
</div> </div>
@ -33,7 +33,7 @@
<a-select <a-select
allowClear allowClear
style="width:136px;" style="width:136px;"
v-model:value="params.is_build_complete" v-model:value="params.is_build_name"
:options="markTypeOptions" :options="markTypeOptions"
/> />
</div> </div>