feat:测评编辑

This commit is contained in:
dongwug
2022-11-07 18:27:14 +08:00
parent 0b347d90aa
commit 2d824f9dce
2 changed files with 18 additions and 52 deletions

View File

@@ -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);