| | |
| | | }); |
| | | } else { |
| | | console.log('baoc') |
| | | // const response = await personnelSave({ ...this.saveParam, flowTaskUsers: this.collectParam.flowTaskUsers }) |
| | | // if (response.status === 200) { |
| | | // console.log(response) |
| | | // this.$message({ |
| | | // type: 'success', |
| | | // message: response.data.msg |
| | | // }); |
| | | // this.done() |
| | | // } |
| | | const response = await personnelSave({ ...this.saveParam, flowTaskUsers: this.collectParam.flowTaskUsers }) |
| | | if (response.status === 200) { |
| | | console.log(response) |
| | | this.$message({ |
| | | type: 'success', |
| | | message: response.data.msg |
| | | }); |
| | | this.done() |
| | | } |
| | | } |
| | | |
| | | } catch { |