* [bug] add timeout.

This commit is contained in:
sunguangming
2024-07-26 14:24:21 +08:00
committed by 王怡栋
parent 0f7fbd0cd3
commit 021916f078
+3 -1
View File
@@ -13,4 +13,6 @@ window.changeStatus = function(e)
}
}
changeStatus({target: {value: $('#status').val()}});
setTimeout(() => {
changeStatus({target: {value: oldStatus}});
}, 100);