From 418046cd3345117cd72593b2f44d28f57c694db8 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 9 Apr 2025 11:04:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=89=A9=E6=96=99=E7=BB=84=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E6=88=90xselect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/routepack_form.vue | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index 11265d62..bf566638 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -45,18 +45,18 @@ - {{ form.material_name }} + - - + + @@ -229,9 +229,11 @@ export default { apiworkerObj: null, materials: [], apiObj: null, + apiObjM:this.$API.mtm.material.list, query: { routepack: "", }, + selectObj:{}, rules: { name: [{ required: true, message: "请输入" }], }, @@ -251,7 +253,7 @@ export default { this.isSaveing = false; this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; this.getInit(); - this.getMaterials(); + // this.getMaterials(); }, methods: { open(mode) {