|
@@ -1135,6 +1135,9 @@ export default {
|
|
|
|
|
|
|
|
|
rowUpdate (row, index, done, loading) {//修改按钮
|
|
|
+ row.deptId = row.deptId.join(",");
|
|
|
+ row.roleId = row.roleId.join(",");
|
|
|
+ row.postId = row.postId.join(",");
|
|
|
update({ ...row, projectAndUserList: this.fromss.projectAndUserList }).then(() => {
|
|
|
this.initFlag = false;
|
|
|
this.onLoad(this.page);
|