|
@@ -96,7 +96,6 @@ export default {
|
|
|
},
|
|
|
getNycsList(){
|
|
|
getAction(this.url.nycsList, null).then((res) => {
|
|
|
- console.log(88888,res)
|
|
|
// this.options = res.map((item,index )=> {
|
|
|
// return {
|
|
|
// key: item,
|
|
@@ -105,7 +104,6 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
this.options = res
|
|
|
- console.log(this.options)
|
|
|
})
|
|
|
},
|
|
|
getList() {
|