src/views/dashboard/tgUser.vue
@@ -91,7 +91,7 @@ }, // 查询参数 sort: {}, // 排序 pagination: { // 分页参数 size: 5, size: 15, num: 1 }, list: [], // 给table显示的数据 @@ -110,9 +110,11 @@ } }, mounted() { this.getDicts('changeType').then(response => { this.changeTypeOptions = response.data }) setTimeout(() => { this.getDicts('changeType').then(response => { this.changeTypeOptions = response.data }) }, 1000) }, methods: { changeTypeFormat(row, column) {