fix: Issues #218, Time value Change done.

This commit is contained in:
chiayin
2024-03-26 17:08:51 +08:00
parent ef3bab3592
commit 394b535118
3 changed files with 32 additions and 8 deletions

View File

@@ -405,6 +405,7 @@ export default {
// 打開 rule 檔要顯示儲存的選項、規則、時間
conformanceTempReportData: {
handler: function(newValue) {
console.log('conformanceTempReportData', newValue);
setTimeout(() => {
if(newValue !== null) {
const rule = newValue.rule;