Commit 6341116c authored by 徐俊's avatar 徐俊

xujun

parent 25e20565
......@@ -225,7 +225,7 @@
</div>
</a-col>
</a-row>
<a-row type="flex">
<!-- <a-row type="flex">
<a-col :span="24" style="text-align: center;">
<div class="special-middle">
<a-button type="dashed" style="width: 50%" @click="addArray">
......@@ -233,7 +233,7 @@
</a-button>
</div>
</a-col>
</a-row>
</a-row> -->
</div>
</template>
......@@ -281,7 +281,12 @@
};
},
created() {
if (this.manufactureList) {
this.calTotalNumber()
this.calTotalAmount()
this.calTotalFundAmount()
this.calTotalSelfAmount()
}
},
methods: {
addArray() {
......@@ -366,17 +371,17 @@
})
}
},
watch: {
manufactureList: {
handler(manufactureList) {
if (!!manufactureList) {
this.calTotalNumber()
this.calTotalAmount()
this.calTotalFundAmount()
this.calTotalSelfAmount()
}
},
},
},
// watch: {
// manufactureList: {
// handler(manufactureList) {
// if (!!manufactureList) {
// this.calTotalNumber()
// this.calTotalAmount()
// this.calTotalFundAmount()
// this.calTotalSelfAmount()
// }
// },
// },
// },
};
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment