浏览代码

供应商限制

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