Compare commits
2 Commits
b20d08fb14
...
68ad04a198
Author | SHA1 | Date |
---|---|---|
gongjiale | 68ad04a198 | |
gongjiale | c01c2ec9af |
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in New Issue