This commit is contained in:
parent
abfd780bf4
commit
7fa39a3ea6
|
|
@ -130,6 +130,7 @@ const { proxy } = getCurrentInstance()
|
|||
const formRef = ref(null)
|
||||
const comTableRef = ref(null)
|
||||
const editId = ref(null)
|
||||
const uploadRef = ref(null)
|
||||
|
||||
// 使用通用 Hook 获取下拉数据(带缓存和自动刷新)
|
||||
// const { options: inspectionStationOptions } = useOptions(
|
||||
|
|
|
|||
Loading…
Reference in New Issue