bding преди 2 месеца
родител
ревизия
a994226df1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/custom_manage/contacts/mixins/mutualAssistance.js

+ 1 - 1
src/views/custom_manage/contacts/mixins/mutualAssistance.js

@@ -60,7 +60,7 @@ export const mutualMixin = {
       return meetingList;
     },
     showSelectBox() {
-      return this.activeName === 1 || this.activeName === 2 || this.activeName === 11 || this.activeName === 12;
+      return this.activeName === 1 || this.activeName === 2 || this.activeName === 11;
     },
     tableColumsList() {
       let arr = this.activeTypeName === 2 ? this.tableColums.filter((_) => _.key != "PermissionName") : this.tableColums;