Browse Source

bug

shibei_master
zhaoyongnian 3 years ago
parent
commit
0886307ef8
  1. 2
      src/views/modules/partymember/icpartyorg-add-or-update.vue

2
src/views/modules/partymember/icpartyorg-add-or-update.vue

@ -164,7 +164,7 @@
if(this.dataForm.orgId) {
this.dataForm.mySelectOrg = this.dataForm.orgId
this.dataForm.orgPid = this.dataForm.orgId
this.dataForm.orgPids = this.dataForm.orgPids + ':' + this.dataForm.orgId
this.dataForm.orgPids = this.dataForm.orgPids ? this.dataForm.orgPids + ':' + this.dataForm.orgId : this.dataForm.orgId
console.log(this.dataForm.orgPid)
console.log(this.dataForm.orgPids)
} else {

Loading…
Cancel
Save