[update] 修改bug90102
This commit is contained in:
+3
@@ -659,6 +659,9 @@ export default {
|
||||
// 提交
|
||||
handleSubmit () {
|
||||
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) => {
|
||||
const data = await this.$refs.baseInfoRef.getDataValidate()
|
||||
console.log('---------', data)
|
||||
|
||||
Reference in New Issue
Block a user