客户自定义表单流程
This commit is contained in:
@ -75,7 +75,7 @@ const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data
|
||||
console.log(isUpdate, 8,!unref(isUpdate),data?.isUpdate )
|
||||
disable.value = data?.btnType == 'view' ? true : false
|
||||
if (unref(isUpdate)) {
|
||||
formState=data.record || {}
|
||||
Object.assign(formState, data.record || {})
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user