取消账号限制的范围

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