| | |
| | | @initComp="initComp"/> |
| | | <span style="display: inline-block;height:100%;padding-left:14px" v-if="userIds" > |
| | | <span @click="openSelect" style="display: inline-block;vertical-align: middle">{{ userNames }}</span> |
| | | <a-icon style="margin-left:5px;vertical-align: middle" type="close-circle" @click="handleEmpty" title="清空"/> |
| | | <a-icon v-if="!componentDisabled" style="margin-left:5px;vertical-align: middle" type="close-circle" @click="handleEmpty" title="清空"/> |
| | | </span> |
| | | </div> |
| | | |
| | |
| | | }, |
| | | methods: { |
| | | openSelect() { |
| | | // disabled 不弹窗 |
| | | if (this.componentDisabled) { |
| | | return |
| | | } |
| | | this.$refs.selectModal.showModal() |
| | | }, |
| | | selectOK(rows, idstr) { |