This commit is contained in:
2021-02-09 20:50:18 +00:00
parent 38b2344bb4
commit a9485d940d

View File

@@ -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,