Compare commits
2 Commits
bbd3c0e886
...
7e78feae87
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e78feae87 | |||
| 95848e2c8c |
@ -64,6 +64,7 @@ const init = (type, id,) => {
|
|||||||
|
|
||||||
function getDateById (id) {
|
function getDateById (id) {
|
||||||
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
||||||
|
res.fj = res.fj ? res.fj.split(','):[]
|
||||||
listQuery.value = res || {};
|
listQuery.value = res || {};
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user