报价单
This commit is contained in:
parent
4d83cf8f54
commit
cbb753f999
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue