取消账号限制的范围
This commit is contained in:
@@ -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)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user