pages/rece/other.vue
@@ -202,14 +202,16 @@ } }, computed: { ...mapState('user', ['dynamicFields']), ...mapState('user', ['dynamicFields']), allCount() { return this.list.reduce((acc, row) => +row.receiptQty + acc, 0) } }, mounted() { this.getRece() this.getRece() console.log(dynamicFields) this.whAreaId = uni.getStorageSync('whAreaId') }, methods: {