@@ -36,7 +36,7 @@ export default {
// isGlobal为true 全局同一状态 ,isGlobal为false局部状态
isGlobal: {
type: Boolean,
- default: false
+ default: true
},
// screenForm长度比实际展示长度大时 isShow:false隐藏折叠按钮
isShow: {
@@ -418,7 +418,7 @@ export default {
isShowDetail: false,
isShowForm: false,
isShowExamine: false,
-
+ isCollapse:true,
editId: null,
isShowEditDateDialog: false,
dateForm: {
@@ -418,6 +418,7 @@ export default {
created() {
this.getWarehouseList()
this.getList()
+ console.log(this.$route.meta.roles);
methods: {