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