周俊杰 1 year ago
parent
commit
05135a16d4
  1. 8
      acs/nladmin-ui/src/views/acs/history/udwData/index.vue

8
acs/nladmin-ui/src/views/acs/history/udwData/index.vue

@ -8,12 +8,12 @@
v-model="form.unified_key"
placeholder="unified_key"
class="filter-item"
@change="crud.toQuery"
clearable
filterable
size="small">
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value">
</el-option>
size="small"
@change="crud.toQuery"
>
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value" />
</el-select>
<el-input
v-model="query.code"

Loading…
Cancel
Save