feat:增加项目/学习路径图评估管理列表部分数据接入

This commit is contained in:
wyx
2023-01-04 16:02:50 +08:00
parent 772c5e19e5
commit 55a4694e8a
6 changed files with 348 additions and 152 deletions

View File

@@ -347,6 +347,7 @@
}
// 搜索
function searchTableData() {
state.currentPage = 1;
state.loadingData = true;
getData();
}