| | |
| | | :placeholder="'请根据单号、产品、业务类型进行搜索'" |
| | | :amount-view="false" |
| | | @addCommonClick="addBtnClick" |
| | | :inputName="params.keyWord" |
| | | @searchClick="getList" |
| | | /> |
| | | </div> |
| | |
| | | sessionStorage.setItem("paramsList", JSON.stringify(params)) |
| | | } |
| | | this.params = params |
| | | console.log(this.params,'====111') |
| | | console.log(this.params,'路由参数') |
| | | this.getData() |
| | | }, |
| | | // 页面销毁之前 |
| | |
| | | this.workType=row.baseOperationType |
| | | this.editConfig.title = val |
| | | getOperationInfo(row.operationId).then((res)=>{ |
| | | this.editConfig.infomation = { ...res.data } |
| | | this.editConfig.infomation = { |
| | | |
| | | ...res.data |
| | | } |
| | | this.editConfig.visible = true |
| | | }) |
| | | // this.editConfig.visible = true |