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) {