diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue index 7faf15fad..dee8bbe07 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/addModel.vue @@ -196,22 +196,6 @@ :prop="'dataList.'+index+'.dutyTerritory'" :rules="[{ required: true, message: $t('areaOfResponsibility') + $t('cannotEmpty'), trigger: 'change'},]" > - - - - - - - - - - - - - - - - {{$t('engineeringInterfacePerson')}} - + v-model="item.sdtName"/> @@ -491,21 +475,6 @@ :rules="[{ required: formInline.deliverableType=='1635545748968783874'?false:true, message: $t('engineeringInterfacePerson') + $t('cannotEmpty'), trigger: 'change'}]" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -856,16 +811,9 @@ value.dutyDepart = value.dutyDepart ? value.dutyDepart.split(',') : [] value.dutyTerritory = value.dutyTerritory ? value.dutyTerritory.split(',') : [] this.formInline = JSON.parse(JSON.stringify(value)) - // if (this.formInline.deliverableType) { - // this.formInline.deliverableType = this.formInline.deliverableType.split(',') + // if (value.dutyTerritory && value.dutyTerritory.length > 0) { + // this.queryPersonByProject(value.dutyTerritory.join(',')) // } - - if (value.dutyDepart && value.dutyDepart.length > 0) { - this.getDutyTerritoryOne(value.dutyDepart.join(',')) - } - if (value.dutyTerritory && value.dutyTerritory.length > 0) { - this.queryPersonByProject(value.dutyTerritory.join(',')) - } this.getRegulationNo() this.title = this.$t('edit') this.$nextTick(() => { @@ -977,7 +925,7 @@ } else { this.formInline.dataList[index][value] = id } - // console.log(this.formInline.sdt) + console.log(this.formInline) this.$nextTick(() => { this.formInline = { ...this.formInline } this.$refs.ruleForm.validateField([value]) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue index 689e12d4e..9e71b79d7 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/index.vue @@ -220,11 +220,11 @@
- -
- - {{ $t('withdraw') }} -
+ + + + +