diff --git a/src/views/finance/component/serveDraw.vue b/src/views/finance/component/serveDraw.vue index badc591..c47b859 100644 --- a/src/views/finance/component/serveDraw.vue +++ b/src/views/finance/component/serveDraw.vue @@ -4,7 +4,7 @@ - + @@ -221,11 +221,9 @@ export default { }, detail(scope) { - this.$refs["serveDraw"].row = scope.row; - this.$refs["serveDraw"].select.id = scope.row.id; - this.$refs["serveDraw"].select.customer_id = scope.row.customer.id; - this.$refs["serveDraw"].select.year = this.select.year; - this.$refs["serveDraw"].select.month = this.select.month; + this.selectedRow = scope.row; + this.$refs["serveDraw"].select.order_id = scope.row.id; + //this.$refs["serveDraw"].select.customer_id = scope.row.customer.id; this.$refs["serveDraw"].isShow = true; }, async getList() {