Browse Source

加入公开表决

feature
是小王呀\24601 1 year ago
parent
commit
4cdc89fa17
  1. 6
      src/views/modules/shequzhili/eventOld/cpts/event-info.vue

6
src/views/modules/shequzhili/eventOld/cpts/event-info.vue

@ -532,8 +532,8 @@ export default {
console.log(this.formData.operationType); console.log(this.formData.operationType);
console.log(this.formData.openFlag); console.log(this.formData.openFlag);
this.$refs.ref_processinfo_dispose.getProcessInfo(); this.$refs.ref_processinfo_dispose.getProcessInfo();
console.log(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_add.formData.openFlag; this.openFlag=this.$refs.ref_processinfo_dispose.formData.openFlag;
if (this.$refs.ref_processinfo_dispose.okflag) { if (this.$refs.ref_processinfo_dispose.okflag) {
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType;
if (this.formData.operationType === "0" || this.formData.operationType === '5' if (this.formData.operationType === "0" || this.formData.operationType === '5'
@ -591,7 +591,7 @@ export default {
} }
}, },
async submitDispose(url, params) { 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); console.log(params);
const { data, code, msg } = await requestPost(url, { const { data, code, msg } = await requestPost(url, {
...params, ...params,

Loading…
Cancel
Save