|
@@ -332,9 +332,9 @@ export default {
|
|
|
if (this.statusValue) {
|
|
if (this.statusValue) {
|
|
|
obj.status = this.statusValue
|
|
obj.status = this.statusValue
|
|
|
}
|
|
}
|
|
|
- if (this.cascaderValue) {
|
|
|
|
|
- obj.orgId = this.cascaderValue
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
|
|
+ obj.orgId = this.cascaderValue||JSON.parse(window.sessionStorage.getItem('SET_USER_ORGID'))+''||''
|
|
|
|
|
+
|
|
|
if (this.currentDate) {
|
|
if (this.currentDate) {
|
|
|
obj.date = this.currentDate + '-01'
|
|
obj.date = this.currentDate + '-01'
|
|
|
}
|
|
}
|