| | |
| | | <template> |
| | | <!-- 中间搜索 |
| | | mobileCortrolSearch |
| | | --> |
| | | <div class="m-left-mobileCortrolSearch"> |
| | | <div class="m-left-SearchMain"> |
| | | <el-input |
| | |
| | | class="iconSearch" |
| | | icon="el-icon-search icon" |
| | | @click="search" |
| | | > |
| | | </el-button> |
| | | ></el-button> |
| | | </el-input> |
| | | </div> |
| | | </div> |
| | |
| | | data() { |
| | | return { |
| | | viewer: null, |
| | | DC: null, |
| | | input: "", |
| | | }; |
| | | }, |
| | | created() { |
| | | this.DC = global.DC; |
| | | }, |
| | | created() {}, |
| | | mounted() {}, |
| | | methods: { |
| | | initialize(viewer) { |
| | |
| | | this.viewer = viewer; |
| | | }, |
| | | search() { |
| | | let that = this; |
| | | const that = this; |
| | | this.$store.commit("MSET_BIGPOPUP", { search: true, value: that.input }); |
| | | that.input = ""; |
| | | }, |