Kaynağa Gözat

下载的修改

bding 2 ay önce
ebeveyn
işleme
a994226df1

+ 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;