fix(代理列表-修改资料): 开关按钮设置undefined 时为关闭
This commit is contained in:
parent
cbe96c7c82
commit
22232def5d
@ -74,8 +74,8 @@
|
||||
>
|
||||
<el-switch
|
||||
v-model="form.setting.hostSalaryToAgent"
|
||||
:active-value="false"
|
||||
:inactive-value="true"
|
||||
:active-value="true"
|
||||
:inactive-value="false"
|
||||
/>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user