bug修复
This commit is contained in:
parent
6be6ffae6a
commit
e2b8c6a9bd
|
@ -82,7 +82,7 @@
|
||||||
getVideoList(params).then((res) => {
|
getVideoList(params).then((res) => {
|
||||||
// 赋值
|
// 赋值
|
||||||
if (res.data.data) {
|
if (res.data.data) {
|
||||||
sjNum.value = res.data.data.total || 0
|
jcNum.value = res.data.data.total || 0
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
}
|
}
|
||||||
getRecord(obj).then((res) => {
|
getRecord(obj).then((res) => {
|
||||||
if (res.data.data) {
|
if (res.data.data) {
|
||||||
jcNum.value = res.data.data.total || 0
|
sjNum.value = res.data.data.total || 0
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue