|
@@ -528,7 +528,7 @@
|
|
<span style="float: right; color: #8492a6;" v-if="user.companyId == 936">{{ item.jobNumber }}</span>
|
|
<span style="float: right; color: #8492a6;" v-if="user.companyId == 936">{{ item.jobNumber }}</span>
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
-
|
|
|
|
|
|
+
|
|
<selectCat v-if="user.userNameNeedTranslate == 1" :size="'medium'" :subject="participator" :subjectId="addForm.inchargerId" :distinction="'3'" @selectCal="selectCal"></selectCat>
|
|
<selectCat v-if="user.userNameNeedTranslate == 1" :size="'medium'" :subject="participator" :subjectId="addForm.inchargerId" :distinction="'3'" @selectCal="selectCal"></selectCat>
|
|
|
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -4215,6 +4215,8 @@ a {
|
|
this.participationSelect()
|
|
this.participationSelect()
|
|
} else if(obj.distinction == '3') {
|
|
} else if(obj.distinction == '3') {
|
|
this.addForm.inchargerId = obj.id
|
|
this.addForm.inchargerId = obj.id
|
|
|
|
+ // console.log(this.participator)
|
|
|
|
+ this.participator = JSON.parse(JSON.stringify(this.participator))
|
|
} else if(obj.distinction =='4') {
|
|
} else if(obj.distinction =='4') {
|
|
this.projectProfessionList[obj.other].inchargerId = obj.id
|
|
this.projectProfessionList[obj.other].inchargerId = obj.id
|
|
} else if(obj.distinction =='5') {
|
|
} else if(obj.distinction =='5') {
|