|
|
@@ -184,11 +184,6 @@ export default {
|
|
|
*/
|
|
|
saveData() {
|
|
|
this.params.accDate = this.params.accDate.format('yyyy-MM-dd');
|
|
|
- // // 部门
|
|
|
- // this.params.orgId = this.$store.state.user.orgId
|
|
|
- // // 员工
|
|
|
- // this.params.staffId = this.$store.state.user.staffId
|
|
|
- console.log("this.params",this.params )
|
|
|
if (this.modalParams.button === this.$config.formMode.add) {
|
|
|
return this.excute(this.$service.moneyAccountService, this.$service.moneyAccountService.insert, this.params);
|
|
|
} else {
|