Renamed "conformance checker" to "conformance check".
This commit is contained in:
@@ -536,7 +536,7 @@ export default {
|
||||
|
||||
},
|
||||
/**
|
||||
* Apply button 發送選項,取得 Checker Id.
|
||||
* Apply button 發送選項,取得 Check Id.
|
||||
*/
|
||||
async submit() {
|
||||
let data;
|
||||
@@ -906,7 +906,7 @@ export default {
|
||||
this.isLoading = true;
|
||||
this.isSubmit = true;
|
||||
this.isSubmitData = data; // 已 Apply 後,沒有重新改變規則的 Data
|
||||
await this.conformanceStore.addLogConformanceTempCheckerId(data);
|
||||
await this.conformanceStore.addLogConformanceTempCheckId(data);
|
||||
await this.conformanceStore.getLogConformanceTempReport();
|
||||
this.isShowBar = false;
|
||||
this.isLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user