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.
apply-assistant-v3/root/home/editTownsman.vue

17 lines
303 B
Vue

<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>