2 Commits

2 changed files with 5 additions and 4 deletions
Unified View
  1. 1
      pages/add-record/index.vue
  2. 8
      pages/follow-up-records/index.vue

1
pages/add-record/index.vue

@ -79,6 +79,7 @@ export default {
address: '', address: '',
content: '', content: '',
customerEnterpriseId: this.$store.state.supplierInfo.id || null, customerEnterpriseId: this.$store.state.supplierInfo.id || null,
mallSupplierId: this.$store.state.supplierInfo.supplierId || null,
remark: '', remark: '',
respondent: '' respondent: ''
} }

8
pages/follow-up-records/index.vue

@ -78,7 +78,7 @@ export default {
params: { params: {
asc: '', asc: '',
desc: '', desc: '',
customerEnterpriseId: null,
customerEnterpriseId: this.$store.state.supplierInfo.id || null,
mallSupplierId: this.$store.state.supplierInfo.supplierId || null mallSupplierId: this.$store.state.supplierInfo.supplierId || null
// enterpriseIds : ['651107734133018624'], // enterpriseIds : ['651107734133018624'],
// mallSupplierId : '670334117090562048', // mallSupplierId : '670334117090562048',
@ -103,9 +103,9 @@ export default {
this.downCallback() this.downCallback()
}, },
onLoad(option) { onLoad(option) {
if (option.customerEnterpriseId) {
this.params.customerEnterpriseId = option.customerEnterpriseId
}
// if (option.customerEnterpriseId) {
// this.params.customerEnterpriseId = option.customerEnterpriseId
// }
}, },
methods: { methods: {
back, back,

Loading…
Cancel
Save