mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 21:28:12 +00:00
no message
This commit is contained in:
parent
764bf6dd55
commit
cee2458370
@ -668,7 +668,7 @@ export default {
|
||||
this.navActive = navActive;
|
||||
}
|
||||
$A.IDBJson('delayTaskForm').then(data => {
|
||||
data.time && this.$set(this.delayTaskForm, 'time', Math.round(time * 100) / 100);
|
||||
data.time && this.$set(this.delayTaskForm, 'time', Math.round(data.time * 100) / 100);
|
||||
data.type && this.$set(this.delayTaskForm, 'type', data.type);
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user