|
@@ -383,6 +383,7 @@ export default { |
|
|
dateType: this.dateType, |
|
|
dateType: this.dateType, |
|
|
agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
orgCode: this.selValue == 1 ? this.choicValue : null, |
|
|
orgCode: this.selValue == 1 ? this.choicValue : null, |
|
|
|
|
|
orgType: localStorage.getItem("orgType"), |
|
|
}) |
|
|
}) |
|
|
.then((res) => { |
|
|
.then((res) => { |
|
|
console.log(res); |
|
|
console.log(res); |
|
|