From 4be10170bc9a1546537762e03f2c963d61d2f6ea Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 22 二月 2024 09:16:24 +0800 Subject: [PATCH] mrshi --- company/src/components/business/modification.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company/src/components/business/modification.vue b/company/src/components/business/modification.vue index 877a401..58b12c2 100644 --- a/company/src/components/business/modification.vue +++ b/company/src/components/business/modification.vue @@ -110,7 +110,7 @@ }, // 鑾峰彇鍏ㄩ儴鏂规 getAll() { - all({}) + all({ dataType: 0 }) .then(res => { this.programme = res }) -- Gitblit v1.9.3