|
@@ -610,11 +610,10 @@ export default {
|
|
|
// console.log(this.file);
|
|
|
this.progress.show = false;
|
|
|
},
|
|
|
-
|
|
|
ending() {
|
|
|
//结项书提交
|
|
|
// return console.log(this.myArrayProp[0]);
|
|
|
-
|
|
|
+ this.myArrayProp = this.$refs['finalClo'].myArrayProp;
|
|
|
this.ajax
|
|
|
.post(this.$store.state.api + "/updateClosingstatementData", {
|
|
|
uid: this.$store.state.userInfo.userid,
|