فهرست منبع

供应商限制

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