mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-29 16:41:25 +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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user