|
|
@@ -816,6 +816,9 @@
|
|
|
},
|
|
|
computed: {
|
|
|
...mapGetters(['user']),
|
|
|
+ clientEnvironmentId() {
|
|
|
+ return this.$store.state.user.info.clientEnvironmentId;
|
|
|
+ },
|
|
|
rules() {
|
|
|
let isRequired = this.isRequired;
|
|
|
return {
|
|
|
@@ -1547,8 +1550,8 @@
|
|
|
async open(type, row, contactCategoryId) {
|
|
|
this.businessId = '';
|
|
|
this.title = type === 'add' ? '新增' : '修改';
|
|
|
- this.clientEnvironmentId =
|
|
|
- this.$store.state.user.info.clientEnvironmentId;
|
|
|
+ // this.clientEnvironmentId =
|
|
|
+ // this.$store.state.user.info.clientEnvironmentId;
|
|
|
this.row = row;
|
|
|
if (this.enterprisePage.length == 0) {
|
|
|
await this.getEnterprisePage();
|