| | |
| | | </el-table> |
| | | <el-col :span="24"> |
| | | <div style="margin: 0px auto; width: 250px;margin-top: 20px;"> |
| | | <el-button class="nomalBtn">取消</el-button> |
| | | <el-button class="nomalBtn">暂存</el-button> |
| | | <el-button class="commonBtn">提交</el-button> |
| | | <el-button class="nomalBtn" @click="deleteFrom()">取消</el-button> |
| | | <el-button class="commonBtn" @click="submitTo()">提交</el-button> |
| | | </div> |
| | | </el-col> |
| | | </el-main> |
| | |
| | | } |
| | | ], |
| | | isAdd: false, |
| | | queryParams: {}, |
| | | depts: [], |
| | | deptTree: [], |
| | | physicalExamData: [], |
| | |
| | | break |
| | | } |
| | | }, |
| | | deleteFrom() { |
| | | this.butDelete() |
| | | }, |
| | | selectEmpBase() { |
| | | this.$get('hr/empBaseInfo/list') |
| | | this.queryParams.delFlag = '2' |
| | | // eslint-disable-next-line no-undef |
| | | this.$get('hr/empBaseInfo/list', this.queryParams) |
| | | .then((r) => { |
| | | this.basicInformationData = r.data.data.rows |
| | | }) |