src/views/other/commonDialog/SelectCommonDialog.vue
@@ -24,6 +24,8 @@
          :loading="loading"
          :table-list="tableList"
          :select-box="editCommonConfig.isSelectBox"
          :selectBoxList="selectBoxList"
          name="product"
          @selCommonClick="selNameClick"
          @selTableCol="selTableCol"
          @getSelectArray="getSelectArray"
@@ -69,6 +71,11 @@
          tableInfomation: []
        }
      }
    },
    // 不可选的数据
    selectBoxList: {
      type: Array,
      default: () => []
    }
  },
  components: {},