no message
parent
938cb29e98
commit
11f11092b0
@ -1,10 +1,16 @@
|
||||
<template>
|
||||
<rh-edit-user-form :dataoptions='options'></rh-edit-user-form>
|
||||
<rh-edit-user-form :dataoptions='dataoptions'></rh-edit-user-form>
|
||||
</template>
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return {
|
||||
dataoptions:{}
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.options = options
|
||||
console.log('0115 编辑工友信息:',options)
|
||||
this.dataoptions = options
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -1,10 +1,15 @@
|
||||
<template>
|
||||
<rh-apply :dataoptions='options'></rh-apply>
|
||||
<rh-apply :dataoptions='dataoptions'></rh-apply>
|
||||
</template>
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return {
|
||||
dataoptions:{}
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.options = options
|
||||
this.dataoptions = options
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue