内外部会议提交
This commit is contained in:
@@ -311,7 +311,7 @@ export default {
|
|||||||
userId:this.$store.getters.userInfo.userId,
|
userId:this.$store.getters.userInfo.userId,
|
||||||
json: json
|
json: json
|
||||||
}
|
}
|
||||||
completeTask(query).then(res => {
|
this.$http._post('lawss/activiti/completeTask', query).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
if(this.form.approvalOpinion === 1){
|
if(this.form.approvalOpinion === 1){
|
||||||
this.$message.warning("驳回成功")
|
this.$message.warning("驳回成功")
|
||||||
|
|||||||
Reference in New Issue
Block a user