fix 80055

This commit is contained in:
赵霄
2024-01-10 11:37:34 +08:00
parent 63befff680
commit 315dbd37dc
2 changed files with 6 additions and 1 deletions
@@ -941,6 +941,8 @@ export default {
this.dispatchInfoForm.setFieldsValue(this.dispatchInfo)
}
})
} else {
this.$message.warning(res.message)
}
}).finally(() => {
this.loading = false
@@ -23,9 +23,11 @@
<template v-slot:footer>
<a-button @click="handleCancel">{{ $t('cancel') }}</a-button>
<!--取消不涉及-->
<a-button type="primary" @click="handleOk(false)">
{{ $t('workCenter.projectComplianceEvaluationProcess.cancelNotInvolve') }}
</a-button>
<!--提交-->
<a-button @click="handleOk(true)" type="primary">{{ $t('submit') }}</a-button>
</template>
@@ -90,6 +92,7 @@ export default {
this.visible = false
this.model = {}
this.form.resetFields()
this.validatorRules.notInvolved.rules[0].required = true
}
}
}
@@ -97,4 +100,4 @@ export default {
<style scoped lang="less">
</style>
</style>