|
@@ -935,9 +935,11 @@ export default {
|
|
status = 'OK'
|
|
status = 'OK'
|
|
}
|
|
}
|
|
data.examineStatus = status ? status : this.examine
|
|
data.examineStatus = status ? status : this.examine
|
|
|
|
+ data.dataStates=this.screenForm.dataStates.join(',')
|
|
getDepositCountList({
|
|
getDepositCountList({
|
|
enginOrderType: this.enginOrderType,
|
|
enginOrderType: this.enginOrderType,
|
|
...this.screenForm,
|
|
...this.screenForm,
|
|
|
|
+ dataStates:this.screenForm.dataStates.join(','),
|
|
examineStatus: status ? status : this.examine,
|
|
examineStatus: status ? status : this.examine,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.data) {
|
|
if (res.data) {
|