flat: 暂存

This commit is contained in:
Apcallover
2024-03-26 09:52:10 +08:00
parent baf13190b0
commit ee508bfcea

View File

@@ -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();