소스 검색

供应商限制

yusheng 1 년 전
부모
커밋
954fea3a17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/factoryModel/qualificationManagement/components/vendorDialog.vue

+ 1 - 1
src/views/factoryModel/qualificationManagement/components/vendorDialog.vue

@@ -155,7 +155,7 @@
             show: this.isAll,
             reserveSelection: true,
             selectable: (row, index) => {
-              return this.disabledId.includes(row.id)
+              return !this.disabledId.includes(row.id)
             }
           },
           {