|
|
@ -532,8 +532,8 @@ export default { |
|
|
|
console.log(this.formData.operationType); |
|
|
|
console.log(this.formData.openFlag); |
|
|
|
this.$refs.ref_processinfo_dispose.getProcessInfo(); |
|
|
|
console.log(this.$refs.ref_processinfo_add.formData.openFlag); |
|
|
|
this.openFlag=this.$refs.ref_processinfo_add.formData.openFlag; |
|
|
|
console.log(this.$refs.ref_processinfo_dispose.formData.openFlag,"sdf dsf sf sdf "); |
|
|
|
this.openFlag=this.$refs.ref_processinfo_dispose.formData.openFlag; |
|
|
|
if (this.$refs.ref_processinfo_dispose.okflag) { |
|
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
|
if (this.formData.operationType === "0" || this.formData.operationType === '5' |
|
|
@ -591,7 +591,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
async submitDispose(url, params) { |
|
|
|
params.openFlag=this.openFlag=this.$refs.ref_processinfo_add.formData.openFlag; |
|
|
|
params.openFlag=this.openFlag=this.$refs.ref_processinfo_dispose.formData.openFlag?1:0; |
|
|
|
console.log(params); |
|
|
|
const { data, code, msg } = await requestPost(url, { |
|
|
|
...params, |
|
|
|