Browse Source

修改取值错误

feature
luyan 2 years ago
parent
commit
d5262b230e
  1. 2
      src/views/modules/shequzhili/event/cpts/add.vue

2
src/views/modules/shequzhili/event/cpts/add.vue

@ -196,7 +196,7 @@
clearable> clearable>
<el-option v-for="item in gridList" <el-option v-for="item in gridList"
@click.native="handleChangeGrid" @click.native="handleChangeGrid"
:key=`abc-${value}` :key="`abc-${value}`"
:label="item.label" :label="item.label"
:value="item.value"> :value="item.value">
</el-option> </el-option>

Loading…
Cancel
Save