jinlin
2024-11-07 d0e1a3fb24d0ee76aa4ef1b0e042392b4d3ac794
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}