瀏覽代碼

下载的修改

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;