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