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;