新增
导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
返回
@@ -175,6 +130,8 @@ export default {
stationId: "",
stationName: "",
stationNum: "",
+ departName: "",
+ biaoTi:"",
dictOptions: {},
// superFieldList: [],
}
@@ -205,8 +162,8 @@ export default {
this.stationId = this.$route.query.stationId;
this.stationName = this.$route.query.stationName;
this.stationNum = this.$route.query.stationNum;
- // this.biaoTi = this.$route.query.styleNames+"款式面料管理";
- // console.log("*******传递的stationId:" + this.stationId)
+ this.departName = this.$route.query.departName;
+ this.biaoTi = this.departName + this.stationName + "设备管理";
this.loadRouteType = true;
}
},
diff --git a/ant-design-vue-jeecg/src/views/team/StationToolList.vue b/ant-design-vue-jeecg/src/views/team/StationToolList.vue
index ef038d48..0793aaae 100644
--- a/ant-design-vue-jeecg/src/views/team/StationToolList.vue
+++ b/ant-design-vue-jeecg/src/views/team/StationToolList.vue
@@ -1,43 +1,12 @@