feat: Conformance Save Filter Done.

This commit is contained in:
chiayin
2023-11-30 11:26:01 +08:00
parent 1f0a6aa900
commit 95c429ef00
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ export default {
this.conformanceFilterCreateCheckId = params.checkId;
// 為複寫 Modal 取得 fileName
await this.filesStore.fetchConformanceFilter();
await this.allConformanceFilter.forEach(file => this.conformanceFileName = file.id == this.conformanceLogCreateCheckId ? file.name : null);
await this.allConformanceFilter.forEach(file => this.conformanceFileName = file.id == this.conformanceFilterCreateCheckId ? file.name : null);
}
await this.conformanceStore.getConformanceReport();
break;