取消账号限制的范围

This commit is contained in:
aixianling
2022-03-21 22:17:50 +08:00
parent db4fefd098
commit a9e84c9cf6

View File

@@ -29,13 +29,11 @@
</template>
<script>
import {mapState} from "vuex";
export default {
name: "selectArea",
appName: "选择地区",
computed: {
...mapState(['user']),
dataRange() {
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
},