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