From a9e87ee859d9c81e7664bef0549c76b5d8cf67b1 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 18 Aug 2025 16:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=9359?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/materials_gx.vue | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/views/mtm/materials_gx.vue b/src/views/mtm/materials_gx.vue index b707e949..2118dbad 100644 --- a/src/views/mtm/materials_gx.vue +++ b/src/views/mtm/materials_gx.vue @@ -18,10 +18,24 @@
+ + + { + that.processOptions = res; + }).catch((err) => { + return err; + }); + }, rowClick(row) { this.materialId = row.id; this.materialName = row.full_name;