| | |
| | | if (this.currentStep === 0) { |
| | | addEquipSuperviseDetailCorrect(this.form).then(res => { |
| | | this.editLoad = false |
| | | if (res.code === 201) return |
| | | this.$message.success('提交成功') |
| | | this.closeRectifyDia() |
| | | }).catch(err => { |
| | |
| | | } else { |
| | | approveEquipSuperviseDetailCorrect(this.form).then(res => { |
| | | this.editLoad = false |
| | | if (res.code === 201) return |
| | | this.$message.success('批准成功') |
| | | this.closeRectifyDia() |
| | | }).catch(err => { |
| | |
| | | this.showStep = step |
| | | }, |
| | | getAuthorizedPerson() { |
| | | selectUserCondition({ type: 1 }).then((res) => { |
| | | selectUserCondition({ type: 2 }).then((res) => { |
| | | let data = []; |
| | | res.data.forEach((a) => { |
| | | data.push({ |