NEZ-814 fix: 修改asset label multitext 类型 编辑页面错误
This commit is contained in:
@@ -379,7 +379,18 @@ export default {
|
|||||||
},
|
},
|
||||||
selectType (val, init) {
|
selectType (val, init) {
|
||||||
if (init) {
|
if (init) {
|
||||||
|
switch (val) {
|
||||||
|
case 'RADIO' :
|
||||||
|
case 'CHECKBOX' :
|
||||||
|
case 'SELECT' :
|
||||||
|
case 'DATETIME' :
|
||||||
|
case 'DOUBLE' :
|
||||||
this.showParam = true
|
this.showParam = true
|
||||||
|
break
|
||||||
|
default:
|
||||||
|
this.showParam = false
|
||||||
|
break
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
if (this.ready) {
|
if (this.ready) {
|
||||||
switch (val) {
|
switch (val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user