From 212b75c9fe67e7c9dc2c92724d0fa90f659abff1 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 19 Sep 2024 10:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/fee/oweFee.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/fee/oweFee.vue b/pages/fee/oweFee.vue index 89ae530..1f5e4b5 100644 --- a/pages/fee/oweFee.vue +++ b/pages/fee/oweFee.vue @@ -161,6 +161,7 @@ .then(function(_fees) { if (_fees && _fees.length > 0) { _that.storeId = _fees[0].incomeObjId; + _that.ownerId = _fees[0].ownerId; } _that.fees = _fees; _fees.forEach(function(_item) {