地区组件修复

This commit is contained in:
aixianling
2022-03-21 18:06:43 +08:00
parent 60cf307fd2
commit 812f158732
2 changed files with 134 additions and 142 deletions

View File

@@ -30,11 +30,9 @@
<script>
import {mapState} from "vuex";
import AiEmpty from "../AiEmpty/AiEmpty";
export default {
name: "selectArea",
components: {AiEmpty},
appName: "选择地区",
computed: {
...mapState(['user']),