laboratory/src/views/system/user/components/inherit.vue
@@ -80,10 +80,10 @@ }, submit() { let params={ userId:this.id, oldUserId:this.tableData[0].id userId:this.row.userId, oldUserId:this.tableData[0].userId } inherit(params).then(res=>{ inherit({...params}).then(res=>{ this.$message.success('继承成功') this.$emit('close') })