mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-30 16:59:40 +00:00
no message
This commit is contained in:
parent
764bf6dd55
commit
cee2458370
@ -668,7 +668,7 @@ export default {
|
|||||||
this.navActive = navActive;
|
this.navActive = navActive;
|
||||||
}
|
}
|
||||||
$A.IDBJson('delayTaskForm').then(data => {
|
$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);
|
data.type && this.$set(this.delayTaskForm, 'type', data.type);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user