Commit 623d0bc6 authored by 邓春圆's avatar 邓春圆

设置服务页面报错bug修复

parent d14f41ba
......@@ -304,7 +304,7 @@
<el-form-item :label="$t('目的港服务')">
<el-checkbox-group v-model="lineform.otherService">
<template v-for="item in endServiceGroup" >
<el-checkbox @click.native="changeOtherService(item.id)" :checked="checkedFn(item.id)" :label="item.id " :key="item.id" :value="item.id" v-if="isShowError(item)"> {{item.text}}</el-checkbox>
<el-checkbox @change="()=>{changeOtherService(item.id)}" :label="item.id " :key="item.id" :value="item.id" v-if="isShowError(item)"> {{item.text}}</el-checkbox>
</template>
</el-checkbox-group>
</el-form-item>
......
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