From 94a21e0b73d3d0e4fe0c9aad8fb3cfc256aa6245 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 10:20:06 +0800
Subject: [PATCH] 1.订单提交新增没有平台运输方式不可提交

---
 sub_pages/supplier/order-manage/order-manage-flower.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sub_pages/supplier/order-manage/order-manage-flower.vue b/sub_pages/supplier/order-manage/order-manage-flower.vue
index adce037..b3ce133 100644
--- a/sub_pages/supplier/order-manage/order-manage-flower.vue
+++ b/sub_pages/supplier/order-manage/order-manage-flower.vue
@@ -56,8 +56,8 @@
 			})
 			this.listApi = '/api/supplier/delivery/mine/list/flower'
 
-			// this.getList()
-			this.list = [{}, {}]
+			this.getList()
+			// this.list = [{}, {}]
 		},
 		onReachBottom() {
 			this.getMore()

--
Gitblit v1.9.3