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