chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2024-09-21 12:09:41 +08:00
parent cd21f1e050
commit 4e14ab22ba
9 changed files with 1574 additions and 1549 deletions

View File

@@ -195,7 +195,7 @@ export function useRole(treeRef: Ref) {
fullscreen: deviceDetection(),
fullscreenIcon: true,
closeOnClickModal: false,
contentRenderer: () => h(editForm, { ref: formRef }),
contentRenderer: () => h(editForm, { ref: formRef, formInline: null }),
beforeSure: (done, { options }) => {
const FormRef = formRef.value.getRef();
const curData = options.props.formInline as FormItemProps;