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