6
jinlin
2023-12-05 7416356c7658db835e3e47dbb93f49b7e0cd762b
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}