From 16f7eb87a04a764e97ccba0d703259e707ff4b98 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 05 九月 2025 16:16:10 +0800
Subject: [PATCH] 修BUG
---
small-program/pages/packaging-worker/packaging-worker.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/packaging-worker/packaging-worker.vue b/small-program/pages/packaging-worker/packaging-worker.vue
index c77922b..8d2a2ea 100644
--- a/small-program/pages/packaging-worker/packaging-worker.vue
+++ b/small-program/pages/packaging-worker/packaging-worker.vue
@@ -207,7 +207,7 @@
{ name: '鎸夐噸閲忎粯璐�', id: 2 }
],
cateList: [],
- viewStatus: false,
+ viewStatus: true,
workDays: 0
};
},
@@ -232,6 +232,7 @@
})
} else {
+ this.form.linkName = this.userInfo.name
this.form.linkPhone = this.userInfo.telephone
this.form.priceNum1 = option.days
this.form.startDate = option.startDate
--
Gitblit v1.9.3