From 96b6e63d03496e990832d2069fa45eaf488a7adf Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 3 Dec 2024 15:22:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E9=AA=8C=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E4=B8=AD=E8=AE=BE=E5=A4=87=E5=88=97=E8=A1=A8=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/products_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/qm/products_form.vue b/src/views/qm/products_form.vue index b62f1c0e..950b11ee 100644 --- a/src/views/qm/products_form.vue +++ b/src/views/qm/products_form.vue @@ -632,7 +632,7 @@ export default { }, geteEqOptions(){ let that = this; - that.$API.system.user.list.req({ page: 0, type:20 }).then((res) => { + that.$API.em.equipment.list.req({ page: 0, type:20 }).then((res) => { that.eqOptions = res; }); },