Commit 5e94bf13 authored by 徐俊's avatar 徐俊

xujun

parent 4a953472
...@@ -376,5 +376,17 @@ export default { ...@@ -376,5 +376,17 @@ export default {
}) })
} }
}, },
watch: {
manufactureList: {
handler(manufactureList) {
if (!!manufactureList) {
this.calTotalNumber()
this.calTotalAmount()
this.calTotalFundAmount()
this.calTotalSelfAmount()
}
},
},
},
}; };
</script> </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