数据引入

szh-new
lijingjia 6 months ago
parent 058e82b5fd
commit 79092a4ba5

@ -154,6 +154,10 @@
} }
const init = (ids, source) => { const init = (ids, source) => {
if (ids.length) { if (ids.length) {
if (ids[0] == undefined) {
feeData.value = []
return
}
if (source == 'history') { if (source == 'history') {
getFeeList(ids[0]) getFeeList(ids[0])
} }

Loading…
Cancel
Save