新版小程序打包

This commit is contained in:
aixianling
2022-12-23 18:02:29 +08:00
parent e270cb25ee
commit 9ca1f09fc5
2 changed files with 24 additions and 13 deletions

View File

@@ -37,6 +37,10 @@ export default {
handler(v) {
v && this.isAction && !this.options.toString() && this.getOptions()
}
},
value(v) {
this.$emit("select", this.isAction ? this.options.find(e => e[this.actionProp.value] == v) :
this.selectList.find(e => e.dictValue == v))
}
},
props: {
@@ -100,7 +104,7 @@ export default {
</script>
<style lang="scss" scoped>
:deep( .ai-select .el-select ){
:deep( .ai-select .el-select ) {
width: 100%;
}
</style>