消除引用
This commit is contained in:
@@ -19,13 +19,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AiTopFixed from "../../components/AiTopFixed";
|
||||
import {mapState} from "vuex";
|
||||
import AreaSelector from "./component/areaSelector";
|
||||
|
||||
export default {
|
||||
name: "wardList",
|
||||
components: {AreaSelector, AiTopFixed},
|
||||
components: {AreaSelector},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user