Commit 06cfbc6f authored by 何虹's avatar 何虹 💬

优化参照

parent 1d2d4145
This diff is collapsed.
...@@ -67,13 +67,13 @@ ...@@ -67,13 +67,13 @@
</el-date-picker> </el-date-picker>
</template> </template>
<template v-if="item.type==='elSwitch'"> <template v-if="item.type==='elSwitch'">
<hsSwitch <hs-switch
style="width:100%" style="width:100%"
size='mini' size='mini'
:disabled='disabled' :disabled='disabled'
v-model="formParms[item.prop]" v-model="formParms[item.prop]"
> >
</hsSwitch> </hs-switch>
</template> </template>
<template v-if="item.type==='elCheckbox'"> <template v-if="item.type==='elCheckbox'">
<el-checkbox <el-checkbox
......
...@@ -289,6 +289,8 @@ export default { ...@@ -289,6 +289,8 @@ export default {
const value = writeProp[key] const value = writeProp[key]
this.$set(this.writeBackObject, key, data[value]) this.$set(this.writeBackObject, key, data[value])
} }
this.initValue(this.value)
console.log(data, 'link out select')
this.dialogIframeVisible = false this.dialogIframeVisible = false
}, },
jumpSelect() { jumpSelect() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment