This commit is contained in:
shengchanzhe 2023-08-07 23:41:43 +08:00
parent 33857ccc3d
commit 6b9b26d2e3

@ -562,8 +562,12 @@ const emit = defineEmits(['success', 'close'])
const formRef = shallowRef<FormInstance>()
const popupRef = shallowRef<InstanceType<typeof Popup>>()
const mode = ref()
isDisabled = route.query.read
isEdit = route.query.edit
if (route.query.read) {
isDisabled = route.query.read
}
if (route.query.edit) {
isEdit = route.query.edit
}
//
const formData = reactive({
admin_id: '',