This commit is contained in:
@@ -255,14 +255,14 @@ export default {
|
||||
vm.page += 1;
|
||||
//path: "/history/:ayatype/:recordid/:userlog?"
|
||||
///event-log/UserLog?UserId=2&Offset=2&Limit=2
|
||||
///event-log/ObjectLog?AyType=2&AyId=2&Offset=2&Limit=2
|
||||
///event-log/ObjectLog?AyaType=2&AyId=2&Offset=2&Limit=2
|
||||
|
||||
if (vm.$route.params.userlog) {
|
||||
url = API_BASE_URL + "userlog?UserId=" + vm.$route.params.recordid;
|
||||
} else {
|
||||
url =
|
||||
API_BASE_URL +
|
||||
"objectlog?AyType=" +
|
||||
"objectlog?AyaType=" +
|
||||
vm.$route.params.ayatype +
|
||||
"&AyId=" +
|
||||
vm.$route.params.recordid;
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Wiki')" cols="12">
|
||||
<gz-wiki
|
||||
:ayaType="ayType"
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
ref="wiki"
|
||||
v-model="obj.wiki"
|
||||
@@ -222,7 +222,7 @@
|
||||
>
|
||||
<gz-attachments
|
||||
:readonly="formState.readOnly"
|
||||
:ayaType="ayType"
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
></gz-attachments
|
||||
></v-col>
|
||||
@@ -350,7 +350,7 @@ export default {
|
||||
serverError: {}
|
||||
},
|
||||
rights: window.$gz.role.defaultRightsObject(),
|
||||
ayType: window.$gz.type.Widget
|
||||
ayaType: window.$gz.type.Widget
|
||||
};
|
||||
},
|
||||
//WATCHERS
|
||||
|
||||
Reference in New Issue
Block a user