mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-07 13:57:36 +00:00
fix popup red
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import useAlertStore from "@/composables/store/useAlertStore";
|
||||
import type { PermissionUpsertModel } from "@/types/permission";
|
||||
import { ref, watch } from "vue";
|
||||
import { z } from "zod";
|
||||
@@ -55,8 +54,6 @@ const { permission, onSubmit, closeModal } = defineProps<{
|
||||
onSubmit: (data: PermissionUpsertModel) => Promise<void>;
|
||||
}>();
|
||||
|
||||
const alertStore = useAlertStore();
|
||||
|
||||
const formData = ref();
|
||||
|
||||
const updateFormData = (newPermission: typeof permission) => {
|
||||
|
||||
Reference in New Issue
Block a user