类型保存问题

master
chc 2023-04-26 11:02:24 +08:00
parent 28d68bdca6
commit 7ded1c564e
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ export default {
this.faceSheetForm.monthCode = res.result.monthCode;
this.faceSheetForm.sendSite = res.result.sendSite;
this.faceSheetForm.sendStaff = res.result.sendStaff;
this.faceSheetForm.payType = res.result.payType;
this.faceSheetForm.expType = res.result.expType;
}
});
this.openModal = true;