|
|
@@ -374,11 +374,11 @@ export default {
|
|
|
},
|
|
|
onexecOrgSelect(node) {
|
|
|
this.formData.execOrgIds = node.val;
|
|
|
- console.log(node, "onexecOrgSelect");
|
|
|
+ // console.log(node, "onexecOrgSelect");
|
|
|
},
|
|
|
oncheckOrgSelect(node) {
|
|
|
this.formData.checkOrg = node.id;
|
|
|
- console.log(node, "oncheckOrgSelect");
|
|
|
+ // console.log(node, "oncheckOrgSelect");
|
|
|
},
|
|
|
reset() {
|
|
|
return {
|
|
|
@@ -468,7 +468,7 @@ export default {
|
|
|
if (id !== undefined) {
|
|
|
await api.get(id).then((res) => {
|
|
|
// console.log(res);
|
|
|
- this.tableData = res.data.itemList;
|
|
|
+ this.tableData = res.data.rulePointList;
|
|
|
});
|
|
|
}
|
|
|
this.getRolesByOrg();
|
|
|
@@ -500,7 +500,7 @@ export default {
|
|
|
this.formData.planCreateOrgId = this.orgId;
|
|
|
this.formData.planCreateOrgName = this.orgName;
|
|
|
if (!isValidate) return;
|
|
|
- this.formData.itemList = this.tableData == null ? [] : this.tableData;
|
|
|
+ this.formData.rulePointList = this.tableData == null ? [] : this.tableData;
|
|
|
this.formData.roleList = null;
|
|
|
// console.log(this.selectedValues,"selectedValues");
|
|
|
this.formData.roleIds =
|