|
@@ -427,12 +427,12 @@ export default {
|
|
|
|
|
|
|
|
//判断是否跟当前用户同机构
|
|
//判断是否跟当前用户同机构
|
|
|
eqOrg(row) {
|
|
eqOrg(row) {
|
|
|
- // console.log(row.planCreateOrgId,"row.planCreateOrgId");
|
|
|
|
|
- // console.log(this.orgId,"this.orgId");
|
|
|
|
|
|
|
+ console.log(row.planOfOrgId,"row.planOfOrgId");
|
|
|
|
|
+ console.log(this.orgId,"this.orgId");
|
|
|
if (row != null && row != undefined && row.planOfOrgId == this.orgId) {
|
|
if (row != null && row != undefined && row.planOfOrgId == this.orgId) {
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
- return true;
|
|
|
|
|
|
|
+ return false;
|
|
|
},
|
|
},
|
|
|
eqOrg2(row) {
|
|
eqOrg2(row) {
|
|
|
// console.log(row.planCreateOrgId,"row.planCreateOrgId");
|
|
// console.log(row.planCreateOrgId,"row.planCreateOrgId");
|