|
|
|
@ -83,12 +83,16 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
this.getCommunity();
|
|
|
|
|
this.$store.dispatch("GetYjtotal");
|
|
|
|
|
this.$store.dispatch("GetXiaoquInfo", this.dept.deptId);
|
|
|
|
|
this.$store.dispatch("getThreeCell");
|
|
|
|
|
this.$store.dispatch("GetcolorList");
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
handleChange(e) {
|
|
|
|
|
this.$store.dispatch("GetYjtotal", {
|
|
|
|
|
shequId: e == 100 ? undefined : e,
|
|
|
|
|
});
|
|
|
|
|
this.$store.commit("SET_QUERY_PARAMS", { shequId: e });
|
|
|
|
|
|
|
|
|
|
this.$store.dispatch("GetXiaoquInfo", e);
|
|
|
|
|