报价单

This commit is contained in:
xielue 2023-04-05 08:25:07 +08:00
parent 4d83cf8f54
commit cbb753f999
1 changed files with 1 additions and 2 deletions

View File

@ -235,7 +235,6 @@ export default {
let action = !this.isEdit ? this.actions.create : this.actions.update; let action = !this.isEdit ? this.actions.create : this.actions.update;
// id id // id id
let postdata = Object.assign({}, this.formOptions.data); let postdata = Object.assign({}, this.formOptions.data);
console.log(postdata)
// //
if (this.isEdit) { if (this.isEdit) {
// postdata = { MesUnit: postdata } // postdata = { MesUnit: postdata }