xyc
2024-09-10 0a31d5f715701b1491a471f3187b66331e78cd3b
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}