@@ -80,6 +80,9 @@ async function getNumber() {
onMounted(() => {
http.post('/operator-config', {
+ search: {
+ where: {}
+ },
page: { page: 1, limit: 100 }
}).then((res) => {
countries.value = res.items