diff --git a/jero-web/src/views/parameter/parameterlist/components/addModel.vue b/jero-web/src/views/parameter/parameterlist/components/addModel.vue index bdeda0343..15d63b153 100644 --- a/jero-web/src/views/parameter/parameterlist/components/addModel.vue +++ b/jero-web/src/views/parameter/parameterlist/components/addModel.vue @@ -162,7 +162,7 @@ :title="$t('controlType')">{{$t('controlType')}} - + {{ item.label }} @@ -173,7 +173,7 @@ - +
{{$t('controlVerification')}} @@ -192,7 +192,7 @@ - +
* @@ -209,7 +209,7 @@
- +
0) { @@ -462,6 +445,7 @@ export default { this.contentList = _tt } else { // 编辑 todo + console.log(val,'pppp') // console.log(this.contentListed,'this.contentListed') // val.forEach((item) => { // this.contentListed.push({ @@ -511,13 +495,16 @@ export default { this.contentList = [] }, editModel(value) { + console.log(value,'oooo') this.contentListed = [] this.visible = true this.formInline = value + console.log(this.formInline.controlType,'this.formInline.controlType') this.title = '编辑' value.certCategoryParamsInfoEOList.map((item, index) => { item.textVal = item.certCategory_dictText this.contentListed.push(item) + console.log(this.contentListed,'this.contentListedthis.contentListed') }) this.contentList = this.contentListed },