You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<template>
|
|
<rh-edit-user-form :dataoptions='dataoptions'></rh-edit-user-form>
|
|
</template>
|
|
<script>
|
|
export default{
|
|
data(){
|
|
return {
|
|
dataoptions:{}
|
|
}
|
|
},
|
|
onLoad(options) {
|
|
console.log('0115 编辑工友信息:',options)
|
|
this.dataoptions = options
|
|
}
|
|
}
|
|
</script>
|
|
<style></style> |