111
This commit is contained in:
@ -63,7 +63,7 @@ const init = (type, id,) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function getDateById (id) {
|
function getDateById (id) {
|
||||||
qcckPost({},`/bagl/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
||||||
res.fj = res.fj ? JSON.parse(res.fj):[]
|
res.fj = res.fj ? JSON.parse(res.fj):[]
|
||||||
listQuery.value = res || {};
|
listQuery.value = res || {};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user