|
@@ -208,6 +208,12 @@ $formID = rand(0, 100000);
|
|
frequency: '',
|
|
frequency: '',
|
|
detail: '',
|
|
detail: '',
|
|
is_currently_active: true,
|
|
is_currently_active: true,
|
|
|
|
+ notes: [
|
|
|
|
+ {
|
|
|
|
+ date: '{{@$note ? $note->effective_dateest : date('Y-m-d')}}',
|
|
|
|
+ text: '',
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
});
|
|
});
|
|
Vue.nextTick(function() {
|
|
Vue.nextTick(function() {
|
|
self.initRTE();
|
|
self.initRTE();
|