From 156a667b09390614c685c15a3c42b035e7a1d269 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 15 七月 2024 14:58:13 +0800 Subject: [PATCH] fix:库管日计划页面详情 列表修改样式 --- pages/customer-page/addDailyPlan/addDailyPlan.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/addDailyPlan/addDailyPlan.vue b/pages/customer-page/addDailyPlan/addDailyPlan.vue index b722403..cc9f5ad 100644 --- a/pages/customer-page/addDailyPlan/addDailyPlan.vue +++ b/pages/customer-page/addDailyPlan/addDailyPlan.vue @@ -158,7 +158,7 @@ methods: { //鏌ヨ璁㈠崟 getDingdan(){ - this.$reqGet('getAppOrderList',{orderType:'澶栬喘'}) + this.$reqGet('getAppOrderList',{orderType:'澶栭攢'}) .then(res => { uni.hideLoading() if (res.code == 0) { -- Gitblit v1.9.1