chentaisen 2024-08-25 22:22:21 +08:00
commit f9181a05f0
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,7 @@ import { listData, getData, delData, addData, updateData } from "/src/api/tableD
export default {
name: "Data",
dicts: ['sys_yes_no'],
data() {
return {
//
@ -227,6 +228,7 @@ export default {
getList() {
this.loading = true;
listData(this.queryParams).then(response => {
console.log(response);
this.dataList = response.data.rows;
this.total = response.data.total;
this.loading = false;