Compare commits

..

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ const getVideoList = () => {
status: yunForm.status, status: yunForm.status,
name: yunForm.busineesName, name: yunForm.busineesName,
} }
total.value = 5 // total.value = 5
// cloudList.data = [ // cloudList.data = [
// { // {
// "BSNUM":"0120221010000008", // "BSNUM":"0120221010000008",
@ -500,7 +500,7 @@ const getCloudList = () => {
status: yunForm.status, status: yunForm.status,
name: yunForm.busineesName, name: yunForm.busineesName,
} }
total.value = 5 // total.value = 5
getZwyBusinessList(params).then((res) => { getZwyBusinessList(params).then((res) => {
cloudList.data = res.data.data.list cloudList.data = res.data.data.list
num.value = [] num.value = []