|
|
@ -513,12 +513,15 @@ export default { |
|
|
|
this.grid = val.value; |
|
|
|
}, |
|
|
|
async handelDispose() { |
|
|
|
console.log(this.grid,"DSFKDSFJDKS"); |
|
|
|
if(!this.grid){ |
|
|
|
console.log(this.grid,"DSFKDSFJDKS"); |
|
|
|
console.log(this.$refs.ref_detail.info,"sdf;lsdk"); |
|
|
|
if(this.$refs.ref_detail.info.gridId){ |
|
|
|
this.grid=this.$refs.ref_detail.info.gridId |
|
|
|
}else{ |
|
|
|
this.$message.error("请选择网格"); |
|
|
|
return |
|
|
|
} |
|
|
|
// console.log(this.grid,"DSFKDSFJDKS"); |
|
|
|
|
|
|
|
this.$refs.ref_processinfo_dispose.getProcessInfo(); |
|
|
|
if (this.$refs.ref_processinfo_dispose.okflag) { |
|
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
|