|
@@ -207,8 +207,8 @@ export default {
|
|
|
|
|
|
// 确认申请
|
|
// 确认申请
|
|
applySure() {
|
|
applySure() {
|
|
- const { id, taskId } = this.applyId
|
|
|
|
- applyApproval({ id, taskId }).then(res => {
|
|
|
|
|
|
+ const { id, taskId } = this.applyRow
|
|
|
|
+ applyApproval({ Loading: true, id, taskId }).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.$message.success('申请成功')
|
|
this.$message.success('申请成功')
|
|
this.$refs.receiveDialog.show = false
|
|
this.$refs.receiveDialog.show = false
|