feat: There is no way the, bug #52254
This commit is contained in:
@@ -2761,33 +2761,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
processTable () {
|
processTable () {
|
||||||
this.$nextTick(() => {
|
this.$http.get("lawss/activiti/get_list_by_instance", {
|
||||||
Promise.all([this.getTaskId()]).then((value) => {
|
prcNum: this.$route.query.prcNum,
|
||||||
if(value[0] &&value.length > 0){
|
sortWord: this.shunxu ? this.paixu : "",
|
||||||
let mes = JSON.parse(value[0].mes)
|
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
|
||||||
this.form = mes.form
|
|
||||||
this.taskIds = mes.taskIds;
|
|
||||||
this.pId = mes.pId;
|
|
||||||
this.userId = mes.userId;
|
|
||||||
this.prcNum = mes.prcNum;
|
|
||||||
this.prcName = mes.prcName;
|
|
||||||
this.roleForm = mes.roleForm
|
|
||||||
this.commentText = mes.commentText
|
|
||||||
}
|
|
||||||
this.loading = true
|
|
||||||
this.$http.get('lawss/activiti/get_list_by_instance', {
|
|
||||||
prcNum: this.prcNum,
|
|
||||||
sortWord: this.shunxu ? this.paixu : '',
|
|
||||||
shunxu: this.shunxu
|
shunxu: this.shunxu
|
||||||
}, {
|
}, {
|
||||||
loading: 'loading',
|
loading: "loading",
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.detailData = res
|
this.detailData = res
|
||||||
this.loading = false
|
}, e => {
|
||||||
}, e => {})
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2671,33 +2671,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
processTable () {
|
processTable () {
|
||||||
this.$nextTick(() => {
|
this.$http.get("lawss/activiti/get_list_by_instance", {
|
||||||
Promise.all([this.getTaskId()]).then((value) => {
|
prcNum: this.$route.query.prcNum,
|
||||||
if(value[0] &&value.length > 0){
|
sortWord: this.shunxu ? this.paixu : "",
|
||||||
let mes = JSON.parse(value[0].mes)
|
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
|
||||||
this.form = mes.form
|
|
||||||
this.taskIds = mes.taskIds;
|
|
||||||
this.pId = mes.pId;
|
|
||||||
this.userId = mes.userId;
|
|
||||||
this.prcNum = mes.prcNum;
|
|
||||||
this.prcName = mes.prcName;
|
|
||||||
this.roleForm = mes.roleForm
|
|
||||||
this.commentText = mes.commentText
|
|
||||||
}
|
|
||||||
this.loading = true
|
|
||||||
this.$http.get('lawss/activiti/get_list_by_instance', {
|
|
||||||
prcNum: this.prcNum,
|
|
||||||
sortWord: this.shunxu ? this.paixu : '',
|
|
||||||
shunxu: this.shunxu
|
shunxu: this.shunxu
|
||||||
}, {
|
}, {
|
||||||
loading: 'loading',
|
loading: "loading",
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.detailData = res
|
this.detailData = res
|
||||||
this.loading = false
|
}, e => {
|
||||||
}, e => {})
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user