Browse Source

【修改】bug

howie 2 years ago
parent
commit
81f0792bef

+ 1 - 1
src/components/Common/collapse.vue

@@ -36,7 +36,7 @@ export default {
     // isGlobal为true 全局同一状态 ,isGlobal为false局部状态
     isGlobal: {
       type: Boolean,
-      default: false
+      default: true
     },
     // screenForm长度比实际展示长度大时 isShow:false隐藏折叠按钮
     isShow: {

+ 1 - 1
src/views/supply/engin/engin_list.vue

@@ -418,7 +418,7 @@ export default {
       isShowDetail: false,
       isShowForm: false,
       isShowExamine: false,
-
+      isCollapse:true,
       editId: null,
       isShowEditDateDialog: false,
       dateForm: {

+ 1 - 0
src/views/supply/reserve/reserve_list.vue

@@ -418,6 +418,7 @@ export default {
   created() {
     this.getWarehouseList()
     this.getList()
+    console.log(this.$route.meta.roles);
   },
 
   methods: {