|
@@ -2138,6 +2138,7 @@ export default {
|
|
|
this.fWbuOptions = response.data.feesList
|
|
|
}
|
|
|
this.countstate = false
|
|
|
+ this.showAgreementStatus = false
|
|
|
},(error) => {
|
|
|
this.showAgreementStatus = true
|
|
|
});
|
|
@@ -2363,7 +2364,7 @@ export default {
|
|
|
});
|
|
|
this.reset();
|
|
|
this.disappear = false
|
|
|
- this.notChange = true
|
|
|
+ this.notChange = false
|
|
|
this.browseStatus = status;
|
|
|
let fId = row.fId || this.ids;
|
|
|
if (fId.length === 1) {
|