| | |
| | | toolTipText: '' |
| | | } |
| | | }, |
| | | |
| | | inject: ["layoutElement"], |
| | | |
| | | computed: { |
| | | ...mapGetters([ |
| | | 'twoOrThree', |
| | |
| | | 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 |
| | |
| | | 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 |