会议各个角色都有权限 #49
@@ -100,6 +100,8 @@ export default {
|
||||
message: "确认成功",
|
||||
type: "success",
|
||||
});
|
||||
this.cancel();
|
||||
this.$emit("getList", this.queryParams);
|
||||
})
|
||||
console.log('申请人');
|
||||
} else {
|
||||
@@ -109,11 +111,11 @@ export default {
|
||||
message: "确认成功",
|
||||
type: "success",
|
||||
});
|
||||
this.cancel();
|
||||
this.$emit("getList", this.queryParams);
|
||||
})
|
||||
console.log('被申请人');
|
||||
}
|
||||
this.cancel();
|
||||
this.$emit("getList", this.queryParams);
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user