This commit is contained in:
宋文超
2022-11-24 14:29:47 +08:00
parent 00fbe3a3fa
commit 379c6d2ae3
7 changed files with 892 additions and 57 deletions

View File

@@ -113,7 +113,6 @@
:closable="closeBack"
wrapClassName="projAuditModal"
centered="true"
@after-visible-change="changeAu"
>
<div class="delete">
<div class="del_header"></div>
@@ -130,6 +129,7 @@
:data-source="tableDataAudit"
:loading="tableDataTotalAudit === -1 ? true : false"
expandRowByClick="true"
:scroll="{ y: 150 }"
@expand="expandTable"
:pagination="false"
/>
@@ -423,9 +423,9 @@ export default {
.then((res) => {
console.log("获取到了审核日志列表", res);
let result = res.data.data;
if (result.total > 0) {
setAudit(result.rows);
}
// if (result.total > 0) {
setAudit(result.rows);
// }
})
.catch((err) => {
console.log("审核日志列表获取失败", err);