11
WXL
2024-07-25 ff0db9c71a5234ba18f174dc534522525d71fc67
src/views/project/components/orgselect/index.vue
@@ -43,6 +43,13 @@
    value: {
      type: [String, Array]
    },
    //获取列表
    dataList: {
      type: Array,
      default: function() {
        return [];
      }
    },
    disabled: {
      type: Boolean,
      default: false
@@ -94,7 +101,7 @@
    return {
      pageData: { pageNum: 1, pageSize: 100 },
      isLoading: false,
      dataList: [],
      // dataList: [],
      tempList: [],
      myValue: this.multiple ? [] : "",
      focusEvents: {
@@ -122,7 +129,6 @@
  methods: {
    renderSelecter() {
      this.pageData.PageSize = 100;
      this.dataList = [];
      this.myValue = this.value;
      this.getdataList();