|
@@ -184,9 +184,18 @@ export default {
|
|
|
computed: {
|
|
computed: {
|
|
|
...mapGetters(['orgTree','orgTreeHangshe'])
|
|
...mapGetters(['orgTree','orgTreeHangshe'])
|
|
|
},
|
|
},
|
|
|
|
|
+ watch:{
|
|
|
|
|
+ orgTreeHangshe(val){
|
|
|
|
|
+ this.cascaderValue =val[0].id
|
|
|
|
|
+
|
|
|
|
|
+ this.getBaseInfoHandler({ orgId: this.cascaderValue })
|
|
|
|
|
+ this.getResumptionfoHandler({ desc: this.desc, month: this.month, orgId: this.cascaderValue })
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
mounted() {
|
|
mounted() {
|
|
|
- console.log(this.orgTreeHangshe,'.....');
|
|
|
|
|
- this.cascaderValue = JSON.parse(window.sessionStorage.getItem('SET_USER_ORGID')) + ''
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // this.cascaderValue = JSON.parse(window.sessionStorage.getItem('SET_USER_ORGID')) + ''
|
|
|
this.getBaseInfoHandler({ orgId: this.cascaderValue })
|
|
this.getBaseInfoHandler({ orgId: this.cascaderValue })
|
|
|
//设置默认排序
|
|
//设置默认排序
|
|
|
|
|
|