|
@@ -162,9 +162,9 @@ export default {
|
|
|
this.menuData[headerKeyMK.headerKey] &&
|
|
|
`${this.menuData[headerKeyMK.headerKey]}模块一次全量回滚`
|
|
|
}
|
|
|
- // if (this.cascaderValue && this.cascaderValue.length) {
|
|
|
- // this.setDeptCharge()
|
|
|
- // }
|
|
|
+ if (this.cascaderValue && this.cascaderValue.length) {
|
|
|
+ this.setDeptCharge()
|
|
|
+ }
|
|
|
},
|
|
|
updateModule() {
|
|
|
this.$store.commit('monthlyReportEdit/MARK_ISSUES', {
|