[update] 修改bug90102
This commit is contained in:
+3
@@ -659,6 +659,9 @@ export default {
|
|||||||
// 提交
|
// 提交
|
||||||
handleSubmit () {
|
handleSubmit () {
|
||||||
if (this.loading) return
|
if (this.loading) return
|
||||||
|
this.validatorRules.handleText.rules[0].required = false
|
||||||
|
const handleText = this.approvalInfoForm.getFieldValue('handleText')
|
||||||
|
this.approvalInfoForm.setFields({ handleText: { value: handleText, errors: false } })
|
||||||
this.approvalInfoForm.validateFields(async (err, values) => {
|
this.approvalInfoForm.validateFields(async (err, values) => {
|
||||||
const data = await this.$refs.baseInfoRef.getDataValidate()
|
const data = await this.$refs.baseInfoRef.getDataValidate()
|
||||||
console.log('---------', data)
|
console.log('---------', data)
|
||||||
|
|||||||
Reference in New Issue
Block a user