NEZ-814 fix: 修改asset label multitext 类型 编辑页面错误

This commit is contained in:
zhangyu
2021-07-13 11:32:21 +08:00
parent 431bdeabf0
commit cc3886d38e

View File

@@ -379,7 +379,18 @@ export default {
},
selectType (val, init) {
if (init) {
this.showParam = true
switch (val) {
case 'RADIO' :
case 'CHECKBOX' :
case 'SELECT' :
case 'DATETIME' :
case 'DOUBLE' :
this.showParam = true
break
default:
this.showParam = false
break
}
} else {
if (this.ready) {
switch (val) {