fix
13404089107
9 天以前 9cb1c3c39136c89974bc4049fca5e450e757b1be
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')
            })