【修改】监控流程
This commit is contained in:
@@ -153,6 +153,8 @@ export default {
|
|||||||
this.prcNum=this.$store.getters.handleProcess.prcNum
|
this.prcNum=this.$store.getters.handleProcess.prcNum
|
||||||
this.prcId=this.$store.getters.handleProcess.prcId
|
this.prcId=this.$store.getters.handleProcess.prcId
|
||||||
this.prcName=this.$store.getters.handleProcess.prcName
|
this.prcName=this.$store.getters.handleProcess.prcName
|
||||||
|
this.$set(this.processForm,'prcName',this.prcName)
|
||||||
|
|
||||||
let params={
|
let params={
|
||||||
prcId: this.prcId,
|
prcId: this.prcId,
|
||||||
prcType: this.prcType
|
prcType: this.prcType
|
||||||
@@ -164,7 +166,6 @@ export default {
|
|||||||
this.tableData = JSON.parse(res.processOld.dataJson)
|
this.tableData = JSON.parse(res.processOld.dataJson)
|
||||||
this.$set(this.applicationForm,'power',this.tableData[0].power)
|
this.$set(this.applicationForm,'power',this.tableData[0].power)
|
||||||
this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason)
|
this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason)
|
||||||
this.$set(this.processForm,'prcName',this.prcName)
|
|
||||||
|
|
||||||
this.disabled=false
|
this.disabled=false
|
||||||
this.formControl= true
|
this.formControl= true
|
||||||
|
|||||||
Reference in New Issue
Block a user