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

优化参照

parent 1d2d4145
This diff is collapsed.
......@@ -67,13 +67,13 @@
</el-date-picker>
</template>
<template v-if="item.type==='elSwitch'">
<hsSwitch
<hs-switch
style="width:100%"
size='mini'
:disabled='disabled'
v-model="formParms[item.prop]"
>
</hsSwitch>
</hs-switch>
</template>
<template v-if="item.type==='elCheckbox'">
<el-checkbox
......
......@@ -289,6 +289,8 @@ export default {
const value = writeProp[key]
this.$set(this.writeBackObject, key, data[value])
}
this.initValue(this.value)
console.log(data, 'link out select')
this.dialogIframeVisible = false
},
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