src/views/education/department/edit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/education/department/edit.vue
@@ -100,7 +100,7 @@ // } _this.form.parentId = _this.form.parentId[0] if (_this.fig === 1) { departmentApi.addData(this.form.name).then(res => { departmentApi.addData(this.form).then(res => { console.log(res) if (res.code === 1) { _this.$message.success(res.message)