西海岸:开发公安局申请 附件上传为必填

This commit is contained in:
guoyue 2022-10-17 17:21:18 +08:00
parent 0974118d3b
commit 2ebec87514
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<div v-if="iskfq && isXiHaiAn">
<a-row style="margin-top: 0.4rem">
<a-col :span="24">
<a-form-item name="attachment" label="附件上传" class="introduction">
<a-form-item name="attachment" label="附件上传" class="introduction" :rules="[{ required: true, message: '请上传附件' }]">
<a-upload :max-count="1" accept=".doc,.docx,pdf" v-model:file-list="fileList"
:action="`${apiURL}/upload`" @remove="handleRemove" @change="roomUpload">
<a-button>
@ -356,7 +356,7 @@ export default {
if (!formName) {
return message.error('请设置表单名称')
}
if (id) {
endProcess({ instanceId: taskId }).then((end) => {
if (end.data.code == 0) {