|
@@ -867,6 +867,7 @@ export default {
|
|
if (v) {
|
|
if (v) {
|
|
this.screenForm.dataStates = []
|
|
this.screenForm.dataStates = []
|
|
}
|
|
}
|
|
|
|
+ this.screenForm.examineStatus =''
|
|
this.examine = v
|
|
this.examine = v
|
|
this.getDataList({
|
|
this.getDataList({
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
@@ -934,13 +935,13 @@ export default {
|
|
if (this.examine == 'AMEND' || this.examine == 'WAIT_REVIEW' || this.examine == 'REVIEW') {
|
|
if (this.examine == 'AMEND' || this.examine == 'WAIT_REVIEW' || this.examine == 'REVIEW') {
|
|
status = 'OK'
|
|
status = 'OK'
|
|
}
|
|
}
|
|
- data.examineStatus = status ? status : this.examine
|
|
|
|
|
|
+ data.examineStatus = status ? status : this.screenForm.examineStatus ||this.examine
|
|
data.dataStates=this.screenForm.dataStates.join(',')
|
|
data.dataStates=this.screenForm.dataStates.join(',')
|
|
getDepositCountList({
|
|
getDepositCountList({
|
|
enginOrderType: this.enginOrderType,
|
|
enginOrderType: this.enginOrderType,
|
|
...this.screenForm,
|
|
...this.screenForm,
|
|
dataStates:this.screenForm.dataStates.join(','),
|
|
dataStates:this.screenForm.dataStates.join(','),
|
|
- examineStatus: status ? status : this.examine,
|
|
|
|
|
|
+ examineStatus: status ? status :this.screenForm.examineStatus|| this.examine,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.data) {
|
|
if (res.data) {
|
|
this.numSum = res.data
|
|
this.numSum = res.data
|