This commit is contained in:
给我
2026-01-16 09:27:29 +08:00
parent 8cc0eaebdb
commit ec59fd44d4

View File

@ -27,7 +27,7 @@ import { ElMessage } from "element-plus";
import { qcckPost } from "@/api/qcckApi.js"; import { qcckPost } from "@/api/qcckApi.js";
import * as MOSTY from "@/components/MyComponents/index"; import * as MOSTY from "@/components/MyComponents/index";
import { ref, defineExpose } from 'vue'; import { ref, defineExpose } from 'vue';
const dialogForm = ref(true); const dialogForm = ref(false);
const formdata = ref({}) const formdata = ref({})
const init = (row) => { const init = (row) => {