【修改】修改所有节点名
This commit is contained in:
@@ -244,6 +244,12 @@ export default {
|
||||
fileList:[]
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
processForm(val){
|
||||
debugger
|
||||
this.form=this.processForm
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
loadMore(){
|
||||
this.q.pageNo++
|
||||
|
||||
@@ -102,7 +102,7 @@ export default {
|
||||
},
|
||||
PERMISSION,
|
||||
submitjson:{},
|
||||
prcType:1
|
||||
prcType:2
|
||||
}
|
||||
},
|
||||
created () {
|
||||
@@ -110,7 +110,7 @@ export default {
|
||||
this.prcNum=this.$store.getters.handleProcess.prcNum
|
||||
this.prcId=this.$store.getters.handleProcess.prcId
|
||||
this.prcName=this.$store.getters.handleProcess.prcName
|
||||
this.$set(this.processForm,'prcName',this.prcName)
|
||||
|
||||
|
||||
let params={
|
||||
prcId: this.prcId,
|
||||
@@ -121,7 +121,7 @@ export default {
|
||||
}
|
||||
this.getProcessDetail(params).then(res=>{
|
||||
this.processForm = JSON.parse(this.processOld.dataJson)
|
||||
|
||||
this.$set(this.processForm,'prcName',this.prcName)
|
||||
this.disabled=false
|
||||
this.formControl= true
|
||||
if(this.$route.query.type=='yiban'){
|
||||
|
||||
@@ -188,7 +188,7 @@ export default {
|
||||
})
|
||||
|
||||
}
|
||||
if (this.$route.query.taskDefinitionKey == 'aid4' ) {
|
||||
if (this.$route.query.taskDefinitionKey == 'reEdit' ) {
|
||||
this.taskId = this.$store.getters.handleProcess.taskId
|
||||
this.prcNum = this.$store.getters.handleProcess.prcNum
|
||||
this.prcId = this.$store.getters.handleProcess.prcId
|
||||
@@ -231,7 +231,7 @@ export default {
|
||||
methods: {
|
||||
handleReset() {
|
||||
this.processForm.prcName = ''
|
||||
if(this.$route.query.taskDefinitionKey == 'aid4'){
|
||||
if(this.$route.query.taskDefinitionKey == 'reEdit'){
|
||||
this.processForm.prcName = this.prcName
|
||||
}
|
||||
this.applicationForm = {
|
||||
|
||||
Reference in New Issue
Block a user