feat: Conformance Save leaved page done.
This commit is contained in:
@@ -400,7 +400,6 @@ export default {
|
||||
// 打開 rule 檔要顯示儲存的選項、規則、時間
|
||||
conformanceTempReportData: {
|
||||
handler: function(newValue) {
|
||||
this.isLoading = true;
|
||||
setTimeout(() => {
|
||||
if(newValue !== null) {
|
||||
const rule = newValue.rule;
|
||||
@@ -418,7 +417,6 @@ export default {
|
||||
{category: 'Start', task: rule.starts_with},
|
||||
{category: 'End', task: rule.ends_with},
|
||||
];
|
||||
// this.isSubmitShowDataSeq = this.setSubmitShowData(rule.start, rule.end);
|
||||
break;
|
||||
case 'directly-follows': // Activity Sequence 選 Sequence 的行為
|
||||
this.selectedRuleType = 'Sequence';
|
||||
@@ -476,7 +474,6 @@ export default {
|
||||
{category: 'End', task: rule.end}
|
||||
];
|
||||
this.isSubmitTimeCfmPtEteSE = { min: rule.min, max: rule.max};
|
||||
// this.isSubmitShowDataPtEte = this.setSubmitShowData(rule.start, rule.end);
|
||||
break;
|
||||
case 'processing-time-partial-starts-with':
|
||||
this.selectedRuleType = 'Processing time';
|
||||
|
||||
Reference in New Issue
Block a user