fix 80055
This commit is contained in:
+2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user