校园-江西科技师范大学-前端
shuishen
2023-12-06 81a26f23ac0567da23b1621d4813a5a2ab54baa2
src/components/campusNav/index.vue
@@ -130,6 +130,9 @@
            toolTipText: ''
        }
    },
    inject: ["layoutElement"],
    computed: {
        ...mapGetters([
            'twoOrThree',
@@ -735,7 +738,8 @@
                this.toNameShow = false
                return
            }
            getSearchList({ mechanismName: this.toNameText }).then((res) => {
            getSearchList({ mechanismName: this.toNameText, campus: this.layoutElement.campusValue }).then((res) => {
                if (res.data.data.length > 0) {
                    this.toNameList = res.data.data
                    this.toNameShow = true
@@ -749,7 +753,8 @@
                this.comeNameShow = false
                return
            }
            getSearchList({ mechanismName: this.comeNameText }).then((res) => {
            getSearchList({ mechanismName: this.comeNameText, campus: this.layoutElement.campusValue }).then((res) => {
                if (res.data.data.length > 0) {
                    this.comeNameList = res.data.data
                    this.comeNameShow = true