mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:测评编辑
This commit is contained in:
@@ -237,7 +237,7 @@ export default {
|
||||
.queryAssessmentDetailList(obj)
|
||||
.then((res) => {
|
||||
if (res.status === 200) {
|
||||
console.log("获取全部评估信息", res.data.data);
|
||||
// console.log("获取全部评估信息", res.data.data);
|
||||
let arr = res.data.data.rows;
|
||||
if (
|
||||
arr.length === 0 &&
|
||||
@@ -250,9 +250,9 @@ export default {
|
||||
getTableDate(arr);
|
||||
state.tableDataTotal = Number(res.data.data.total);
|
||||
}
|
||||
console.log("获取全部评估信息接口成功", res);
|
||||
message.success("获取全部评估信息接口成功");
|
||||
console.log(obj);
|
||||
// console.log("获取全部评估信息接口成功", res);
|
||||
// message.success("获取全部评估信息接口成功");
|
||||
// console.log(obj);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log("获取全部评估信息接口失败", err);
|
||||
|
||||
Reference in New Issue
Block a user