| | |
| | | } else { |
| | | this.formLabelAlign["bind"] = "1"; |
| | | } |
| | | |
| | | that.formLabelAlign['tenantId'] = this.userInfo.tenant_id; |
| | | that.formLabelAlign['deptId'] = this.userInfo.dept_id; |
| | | this.$refs["formLabelAlign"].validate((valid) => { |
| | | if (valid) { |
| | | that.formLabelAlign.createTime = |
| | |
| | | that.formLabelAlign['recoveryId'] = this.selectionList[0].id; |
| | | that.formLabelAlign['bind'] = '0'; |
| | | } |
| | | that.formLabelAlign['tenantId'] = this.userInfo.tenant_id; |
| | | that.formLabelAlign['deptId'] = this.userInfo.dept_id; |
| | | //新增 |
| | | save(that.formLabelAlign).then( |
| | | () => { |