|
@@ -384,6 +384,7 @@ export default {
|
|
|
this.form.remark = row.remark;
|
|
|
this.form.amount = row.amount;
|
|
|
this.form.name = row.name;
|
|
|
+ this.form.toDeptId = row.toDepartment ? row.toDepartment.id : "";
|
|
|
// this.form.status = row.status;
|
|
|
this.form.sort = row.sort;
|
|
|
this.form.costTypeId = row.costTypeId;
|