yusheng 1 год назад
Родитель
Сommit
954fea3a17

+ 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)
             }
           },
           {