parent
73dc2dedfe
commit
c35c53d830
2 changed files with 2 additions and 1 deletions
|
@ -555,6 +555,7 @@
|
||||||
});
|
});
|
||||||
this.notFound = is_hidden;
|
this.notFound = is_hidden;
|
||||||
});
|
});
|
||||||
|
this.$broadcast('on-update-popper');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Row>
|
<Row style="width: 400px">
|
||||||
<i-col span="12" style="padding-right:10px">
|
<i-col span="12" style="padding-right:10px">
|
||||||
<i-select :model.sync="model11" filterable>
|
<i-select :model.sync="model11" filterable>
|
||||||
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
|
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
|
||||||
|
|
Loading…
Add table
Reference in a new issue