董国庆
2025-07-25 0c9660562a03191d44fc779a889d3da0dc624b6d
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')
            })