[add] 项目
This commit is contained in:
@@ -370,6 +370,11 @@ export default {
|
||||
{ min:1, max: 500, message: this.$t('cantExeed')+'500'+this.$t('characters'), trigger: 'blur' },
|
||||
],
|
||||
},
|
||||
rulesItem: {
|
||||
paramsNumber: [
|
||||
{ required: true, message: this.$t('PleaseEnter')+this.$t('standard'), trigger: 'change' }
|
||||
]
|
||||
},
|
||||
disabled: false,
|
||||
projectNameList: [],
|
||||
title: '',
|
||||
@@ -406,8 +411,6 @@ export default {
|
||||
},
|
||||
Onchangelabel(val) {
|
||||
let _tt = []
|
||||
console.log(val,'val,,,,')
|
||||
// this.formInline.certCategoryParamsInfoEOList = []
|
||||
val.forEach((item) => {
|
||||
_tt.push({
|
||||
textVal: item.text, // tab
|
||||
@@ -455,11 +458,6 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.formInline = value
|
||||
})
|
||||
// if(value.certCategoryParamsInfoEOList.length > 0 ) {
|
||||
// this.contentList = value.certCategoryParamsInfoEOList
|
||||
// }
|
||||
console.log(this.contentList,'this.contentList')
|
||||
console.log(value.certCategoryParamsInfoEOList,'lllll')
|
||||
},
|
||||
handleCancel() {
|
||||
this.visible = false
|
||||
|
||||
Reference in New Issue
Block a user