田源
2023-08-09 fcb61d7b79c62f932c109bdd864b9f77d468befd
Source/UBCS-WEB/src/components/transfer/index.vue
@@ -128,11 +128,9 @@
        targetData() {
            if (this.targetOrder === 'original') {
                console.log('11111')
                return this.data.filter(item =>  this.value.indexOf(item) > -1
                );
            } else {
                console.log('22222')
                return this.value.reduce((arr, cur) => {
                    const val = this.dataObj[cur];
                    if (val) {