From f0eb0708e7855798cf41c3b721712d54c95791ef Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 18 Feb 2025 09:30:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=B6=E4=BA=A7=E5=93=81=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=8D=8A=E6=88=90=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/routepack_form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index 35a9b309..1a0e6584 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -231,10 +231,10 @@ export default { }, getMaterials() { let that = this; - this.$API.mtm.material.list - .req({ page: 0, type__in: "10,20", is_hidden: false }) + that.$API.mtm.material.list + .req({ page: 0, type__in: "10,20"}) .then((res) => { - this.materials = res; + that.materials = res; }); }, handleStep(val) {