至于底层

This commit is contained in:
aixianling
2023-03-08 11:23:20 +08:00
parent b14f60a6b5
commit b29cb84966

View File

@@ -8,7 +8,7 @@
<i v-else>{{ placeholder }}</i>
<u-icon name="arrow-right" color="#ddd"/>
</div>
<u-select v-model="show" :list="options" :mode="mode" @confirm="handleConfirm"/>
<u-select v-model="show" :list="options" :mode="mode" @confirm="handleConfirm" z-index="202303081123"/>
</section>
</template>
@@ -47,7 +47,7 @@ export default {
}
},
mounted () {
mounted() {
this.$dict.load(this.dict).then(() => {
this.dictKey = this.dict
})