|
@@ -103,8 +103,8 @@ export default {
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
functionList({ isDelete: 0 }).then((res) => {
|
|
functionList({ isDelete: 0 }).then((res) => {
|
|
- if (res.data.code === 0) {
|
|
|
|
- this.tableData = res.data.data;
|
|
|
|
|
|
+ if (res.code === 0) {
|
|
|
|
+ this.tableData = res.data;
|
|
this.loading = false;
|
|
this.loading = false;
|
|
}
|
|
}
|
|
});
|
|
});
|