|
|
@@ -26,7 +26,6 @@
|
|
|
import DropdownList from "@/components/plugin/dropdown-list"
|
|
|
import {mapGetters,mapState} from "vuex"
|
|
|
import { shopAll } from '@/api/common'
|
|
|
-import { shopAll } from '@/api/common'
|
|
|
export default {
|
|
|
name:'DorpdownSelect',
|
|
|
components:{
|
|
|
@@ -77,7 +76,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- }, methods:{
|
|
|
+ methods:{
|
|
|
switchCut(){
|
|
|
this.dropdownShow = !this.dropdownShow
|
|
|
},
|