产线管理
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useWindowSize } from '@vueuse/core'
|
||||
import { type ${classNamePrefix}DetailResp, get${classNamePrefix} as getDetail } from '@/apis/${apiModuleName}/${apiName}'
|
||||
import { type ${classNamePrefix}Resp, get${classNamePrefix} as getDetail } from '@/apis/${apiModuleName}/${apiName}'
|
||||
|
||||
const { width } = useWindowSize()
|
||||
|
||||
const dataId = ref('')
|
||||
const dataDetail = ref<${classNamePrefix}DetailResp>()
|
||||
const dataDetail = ref<${classNamePrefix}Resp>()
|
||||
const visible = ref(false)
|
||||
|
||||
// 查询详情
|
||||
|
||||
Reference in New Issue
Block a user