报价单

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

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