|
@@ -1343,7 +1343,8 @@
|
|
|
if (!this.basicForm.proposerId) {
|
|
|
this.basicForm.proposerId = this.$store.state.user.name
|
|
|
}
|
|
|
- let sparams = {...this.basicForm, ...{status: 0}}
|
|
|
+ // let sparams = {...this.basicForm, ...{status: 0}}
|
|
|
+ let sparams = {...this.basicForm,}
|
|
|
sparams.sysMaterialMedcineApply = this.basicForm2
|
|
|
sparams.sysMaterialMedcineItemApply = this.sysMaterialMedcineItemApply
|
|
|
console.log('提交参数', sparams)
|