Conformance: backend update Conformance issue API, Conformance report API, fix more model trace table.
This commit is contained in:
@@ -237,7 +237,7 @@ export default {
|
||||
// async await 解決非同步資料延遲傳遞導致未讀取到而出錯的問題
|
||||
this.issusNo = no;
|
||||
await this.conformanceStore.getLogConformanceIssue(no);
|
||||
await this.conformanceStore.getLogConformanceTraceDetail(no, this.issueTraces[0]);
|
||||
await this.conformanceStore.getLogConformanceTraceDetail(no, this.issueTraces[0].id, 0, 20);
|
||||
this.issusModal = await true;
|
||||
await this.$refs.moreModal.createCy()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user