| | |
| | | >删 除 |
| | | </el-button> |
| | | <el-button |
| | | style="display:none" |
| | | type="success" |
| | | size="small" |
| | | plain |
| | |
| | | menuWidth: 160, |
| | | align: "center", |
| | | selection: true, |
| | | labelWidth:110, |
| | | column: column, |
| | | }, |
| | | }; |
| | |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | this.loading = true; |
| | | params["deptId"] = this.fromDeptId; |
| | | // console.log(params.deptId); |
| | | if (params.deptId != undefined) { |
| | | if (this.fromDeptId != undefined) { |
| | | params["deptId"] = this.fromDeptId; |
| | | this.option.column[4].search = false; |
| | | this.option.column[4].hide = true; |
| | | this.option.column[4].addDisplay = false; |