fix: Issues #218, Time value Change done.
This commit is contained in:
@@ -405,6 +405,7 @@ export default {
|
||||
// 打開 rule 檔要顯示儲存的選項、規則、時間
|
||||
conformanceTempReportData: {
|
||||
handler: function(newValue) {
|
||||
console.log('conformanceTempReportData', newValue);
|
||||
setTimeout(() => {
|
||||
if(newValue !== null) {
|
||||
const rule = newValue.rule;
|
||||
|
||||
Reference in New Issue
Block a user