提交政务云

This commit is contained in:
gongjiale 2022-12-12 19:10:17 +08:00
parent 6d00b050fc
commit e5e2047a94
1 changed files with 0 additions and 8 deletions

View File

@ -534,7 +534,6 @@
name: yunForm.busineesName, name: yunForm.busineesName,
} }
total.value = 5 total.value = 5
<<<<<<< HEAD
getZwyBusinessList(params).then( getZwyBusinessList(params).then(
(res) => { (res) => {
@ -543,13 +542,6 @@
total.value = res.data.data.total total.value = res.data.data.total
} }
) )
=======
getZwyBusinessList(params).then((res) => {
cloudList.data = res.data.data.list
num.value = []
total.value = res.data.data.total
})
>>>>>>> 8906f1f60aad20082e68337c7c166c057237fdd1
} }
// //
const getCloudResource = () => { const getCloudResource = () => {