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();