新版小程序打包
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user