fix 79609
This commit is contained in:
@@ -484,7 +484,7 @@ export default {
|
||||
handleUncommitted () {
|
||||
if (this.loading) return
|
||||
this.loading = true
|
||||
this.getPageParams().then(res => {
|
||||
this.getPageParams(false).then(res => {
|
||||
res.map.pass = true
|
||||
res.notAttend = true
|
||||
res.processApprovalRecord.commitText = '未参加'
|
||||
|
||||
@@ -103,11 +103,12 @@
|
||||
<!-- 相关材料 -->
|
||||
<div class="box-title-text form-flex-item" v-if="isAttendeesUploadMaterials">
|
||||
<div class="title-text">
|
||||
<span class="required">*</span>
|
||||
<span class="title-text-text" :title="$t('workCenter.postMeetingManageProcess.relevantData')">
|
||||
{{ $t('workCenter.postMeetingManageProcess.relevantData') }}
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="relevantData">
|
||||
<a-form-model-item class="item-model" prop="fileIds">
|
||||
<a-button type="primary" class="button-text" @click="clickButtonToUpload" style="width: 100%;">
|
||||
{{
|
||||
(formInline.fileIds === 'null' || formInline.fileIds === '' || formInline.fileIds === null || formInline.fileIds === undefined)
|
||||
@@ -180,6 +181,14 @@ export default {
|
||||
message: this.$t('workCenter.postMeetingManageProcess.attendanceDate') + this.$t('cannotEmpty'),
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
// 相关材料
|
||||
fileIds: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('workCenter.postMeetingManageProcess.relevantData') + this.$t('cannotEmpty'),
|
||||
trigger: 'change'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user