mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 新增server酱3通知
This commit is contained in:
@@ -10,11 +10,10 @@ export async function GetList(query: any) {
|
||||
data: query
|
||||
});
|
||||
for (const item of list) {
|
||||
if (item.pipeline) {
|
||||
if (item.pipeline && typeof item.pipeline === "string") {
|
||||
item.pipeline = JSON.parse(item.pipeline);
|
||||
}
|
||||
}
|
||||
console.log("history", list);
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@@ -321,7 +321,6 @@ export default defineComponent({
|
||||
currentHistory.value = history;
|
||||
pipeline.value = history.pipeline;
|
||||
await loadCurrentHistoryDetail();
|
||||
console.log("currentHistory:", currentHistory);
|
||||
};
|
||||
|
||||
async function loadHistoryList(reload = false) {
|
||||
|
||||
Reference in New Issue
Block a user