fujunling
2023-07-05 87e51a66bbad8eb287755c9ffa91e78345919f8b
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) {