This commit is contained in:
@@ -21,6 +21,12 @@ export default {
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.CustomerNote:
|
||||
vm.$router.push({
|
||||
name: "customer-note-edit",
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.Widget:
|
||||
vm.$router.push({
|
||||
name: "widget-edit",
|
||||
|
||||
@@ -393,6 +393,10 @@ export default {
|
||||
},
|
||||
formKey: String,
|
||||
dataListKey: String,
|
||||
metaView: {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
showSelect: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
@@ -481,7 +485,8 @@ export default {
|
||||
ObjectType: ayaType,
|
||||
selectedRowIds: selectedRowIds,
|
||||
dataListKey: vm.dataListKey,
|
||||
listView: untokenizeListView(vm.listView)
|
||||
listView: untokenizeListView(vm.listView),
|
||||
metaView: vm.metaView
|
||||
};
|
||||
},
|
||||
handleSelectChange() {
|
||||
@@ -596,7 +601,8 @@ export default {
|
||||
offset: listOptions.Offset,
|
||||
limit: listOptions.Limit,
|
||||
dataListKey: vm.dataListKey,
|
||||
listView: untokenizedListView
|
||||
listView: untokenizedListView,
|
||||
metaView: vm.metaView
|
||||
});
|
||||
|
||||
if (res.error) {
|
||||
|
||||
Reference in New Issue
Block a user