NEZ-814 fix: 修改asset label multitext 类型 编辑页面错误
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user