| | |
| | | <el-col :span="7"> |
| | | <el-select v-model="queryParams.ColName" placeholder="请选择" @change="riqiChange" |
| | | class="ForFilteringSchemes"> |
| | | <span v-for="(item, index) in btList" :key="index"> |
| | | <span v-for="(item, index) in btList" :key="index"> |
| | | <el-option :label="item.field" :value="item.field" v-if="!item.hide"></el-option> |
| | | </span> |
| | | </el-select> |
| | |
| | | if (this.pageSize == 0) { |
| | | this.pageSize = 50; |
| | | } |
| | | if (this.openPage && this.propsHOrgID && this.queryParams.HOrgID == "" ) { |
| | | if (this.openPage && this.propsHOrgID && this.queryParams.HOrgID == "") { |
| | | this.queryParams.HOrgID = this.propsHOrgID |
| | | } |
| | | // this.queryParams.HOrgID = 100038 |
| | |
| | | this.rowForm = selection[0]; |
| | | } |
| | | this.selRowList = selection |
| | | if (this.openPage) { |
| | | this.$emit('deptEmit', this.selRowList, 12) |
| | | } |
| | | }, |
| | | //打开侧边搜索弹窗 |
| | | handleSearch() { |