|
@@ -1017,6 +1017,7 @@ export default {
|
|
},
|
|
},
|
|
amendconfirm() {
|
|
amendconfirm() {
|
|
this.amendlist.id = this.modification[0].id
|
|
this.amendlist.id = this.modification[0].id
|
|
|
|
+ this.amendlist.statusFlag = this.modification[0].statusFlag
|
|
postamend(this.amendlist)
|
|
postamend(this.amendlist)
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|