flat: 暂存
This commit is contained in:
@@ -1228,6 +1228,8 @@ export default {
|
|||||||
},
|
},
|
||||||
/*编辑人才*/
|
/*编辑人才*/
|
||||||
rowUpdate(row, index, done) {
|
rowUpdate(row, index, done) {
|
||||||
|
|
||||||
|
console.log(row)
|
||||||
update({
|
update({
|
||||||
id: row.id,
|
id: row.id,
|
||||||
groupId: row.groupId,
|
groupId: row.groupId,
|
||||||
@@ -1235,7 +1237,7 @@ export default {
|
|||||||
serveLabels: row.serveLabels,
|
serveLabels: row.serveLabels,
|
||||||
remarks: row.remarks,
|
remarks: row.remarks,
|
||||||
policyIds: this.selectPolicyTree.map((item) => item[1]).join(','),
|
policyIds: this.selectPolicyTree.map((item) => item[1]).join(','),
|
||||||
talentsGroupId: row.talentsGroupId.join(',')
|
talentsGroupId: row.talentsGroupId
|
||||||
}).then(
|
}).then(
|
||||||
() => {
|
() => {
|
||||||
done();
|
done();
|
||||||
|
|||||||
Reference in New Issue
Block a user