Compare commits
No commits in common. "68ad04a198ee19a0f38bb43a28df5d4df0acaf02" and "b20d08fb14d5d9b2f9d60c466880b0611a86e4e7" have entirely different histories.
68ad04a198
...
b20d08fb14
|
@ -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