| | |
| | | return; |
| | | } |
| | | const Parameter = {}; |
| | | const DefaultParameter = {}; |
| | | Parameter[`conditionMap['${this.SelectValue}']`] = this.SelectSearchValue; |
| | | DefaultParameter[`conditionMap['${this.SelectValue}_like']`] = this.SelectSearchValue; |
| | | if(this.codeType === "btmCode"){ |
| | | this.btmDefaultRend(Parameter) |
| | | }else { |
| | | this.defaultSearchRend(Parameter); |
| | | this.defaultSearchRend(DefaultParameter); |
| | | } |
| | | }, |
| | | //表格行单选 |
| | |
| | | this.radioValue = row.$index; |
| | | this.LineParm = row; |
| | | this.crudName = row.name; |
| | | this.crudOid = row.oid; |
| | | this.crudOid = this.codeType === 'btmCode' ? row.id : row.oid; |
| | | }, |
| | | //确定 |
| | | HandlerClickSave() { |