|
@@ -811,6 +811,8 @@ export default {
|
|
|
});
|
|
|
this.getList();
|
|
|
this.shouldAmountDialog = false;
|
|
|
+ this.shouldAmountDialog = false;
|
|
|
+ this.productionList(this.todoBusinessId, this.reportNo == null ? this.statementNo : this.reportNo)
|
|
|
} else {
|
|
|
this.$notify({
|
|
|
title: '失败',
|
|
@@ -830,7 +832,6 @@ export default {
|
|
|
duration: 1000
|
|
|
});
|
|
|
this.getList();
|
|
|
-
|
|
|
this.shouldAmountDialog = false;
|
|
|
this.productionList(this.todoBusinessId, this.reportNo == null ? this.statementNo : this.reportNo)
|
|
|
} else {
|