1111
This commit is contained in:
@ -86,10 +86,10 @@ const pageData = reactive({
|
||||
|
||||
|
||||
// 初始化数据
|
||||
const init = async (type, id,) => {
|
||||
const init = async (type, id) => {
|
||||
dialogForm.value = true;
|
||||
// const res = await qcckGet({ url: `/training/annualInspectionTraining/detail/${id}`})
|
||||
// listQuery.value = res || {}
|
||||
const res = await qcckGet({ url: `/mosty-base/baxx/njpx/getInfo/${id}`})
|
||||
listQuery.value = res || {}
|
||||
};
|
||||
|
||||
const close = () => {
|
||||
|
||||
Reference in New Issue
Block a user