mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
flow
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="edit{{.FunctionName}}">
|
||||
import { reactive, toRefs, ref, unref, getCurrentInstance } from "vue";
|
||||
import { reactive, ref, unref, getCurrentInstance } from "vue";
|
||||
import { update{{.FunctionName}}, add{{.FunctionName}} } from "@/api/{{.PackageName}}/{{.BusinessName}}";
|
||||
import { ElMessage } from "element-plus";
|
||||
|
||||
|
||||
@@ -148,7 +148,6 @@
|
||||
<script lang="ts" setup name="{{.FunctionName}}">
|
||||
import {
|
||||
ref,
|
||||
toRefs,
|
||||
reactive,
|
||||
onMounted,
|
||||
getCurrentInstance,
|
||||
|
||||
Reference in New Issue
Block a user