This commit is contained in:
2020-04-13 18:39:08 +00:00
parent 55b14081f7
commit f360fae977

View File

@@ -95,7 +95,6 @@
>{{ $ay.t("More") }}</v-btn
></v-col
>
<!-- <div>{{ obj }}</div> -->
</v-row>
</v-card>
</template>
@@ -236,12 +235,6 @@ export default {
//path: "/history/:ayatype/:recordid/:userlog?"
///EventLog/UserLog?UserId=2&Offset=2&Limit=2
///EventLog/ObjectLog?AyType=2&AyId=2&Offset=2&Limit=2
/*
{"data":{"name":"Handcrafted Frozen Bacon 125","events":[{"date":"2020-04-11T20:39:52.238532Z","userId":1,"name":"AyaNova Administrator","event":1,"textra":null}]},"readOnly":true}
{"JSON":{"data":{"name":"AyaNova Administrator","events":[{"date":"2020-04-11T20:39:52.238532Z","objectType":2,"objectId":100,"name":"Handcrafted Frozen Bacon 125","event":1,"textra":null},
*/
if (vm.$route.params.userlog) {
url = API_BASE_URL + "UserLog?UserId=" + vm.$route.params.recordid;
@@ -295,9 +288,6 @@ export default {
);
temp[i].index = currentEventCount + i;
//test
temp[i].textra =
"This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.12345";
}
vm.obj = [...vm.obj, ...temp];