This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
const FORM_KEY = "cust-customer-notes";
|
const FORM_KEY = "cust-customer-notes";
|
||||||
export default {
|
export default {
|
||||||
created() {
|
created() {
|
||||||
|
|
||||||
this.customerId = parseInt(this.$route.params.customerid);
|
this.customerId = parseInt(this.$route.params.customerid);
|
||||||
//MIXED STATIC But with provided criteria FILTER
|
//MIXED STATIC But with provided criteria FILTER
|
||||||
this.clientCriteria = this.customerId.toString();
|
this.clientCriteria = this.customerId.toString();
|
||||||
@@ -55,7 +54,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
customerId: undefined,
|
customerId: undefined,
|
||||||
// customername: undefined,
|
// customername: undefined,
|
||||||
clientCriteria: undefined,
|
clientCriteria: undefined,
|
||||||
rights: window.$gz.role.defaultRightsObject(),
|
rights: window.$gz.role.defaultRightsObject(),
|
||||||
ayType: window.$gz.type.CustomerNote,
|
ayType: window.$gz.type.CustomerNote,
|
||||||
|
|||||||
Reference in New Issue
Block a user