|
@@ -69,7 +69,6 @@ export default {
|
|
})
|
|
})
|
|
this.$api.other.admindexranksearch().then(res => {
|
|
this.$api.other.admindexranksearch().then(res => {
|
|
const list = res || []
|
|
const list = res || []
|
|
- console.log(list)
|
|
|
|
const newArr = list.map(item => {
|
|
const newArr = list.map(item => {
|
|
return {
|
|
return {
|
|
value: Number(item.search_num),
|
|
value: Number(item.search_num),
|