antd form表单使用setFildesValue 赋值失效问题

加上this.$nextTick(()=>{})即可

this.$nextTick(() => {
	this.$refs.editModal.form.setFieldsValue({
            'pay_type': '2 实拨方式',
        })
    })

你可能感兴趣的:(javascript)