|
|
@@ -100,6 +100,8 @@ export default {
|
|
100
|
100
|
message: "确认成功",
|
|
101
|
101
|
type: "success",
|
|
102
|
102
|
});
|
|
|
103
|
+ this.cancel();
|
|
|
104
|
+ this.$emit("getList", this.queryParams);
|
|
103
|
105
|
})
|
|
104
|
106
|
console.log('申请人');
|
|
105
|
107
|
} else {
|
|
|
@@ -109,11 +111,11 @@ export default {
|
|
109
|
111
|
message: "确认成功",
|
|
110
|
112
|
type: "success",
|
|
111
|
113
|
});
|
|
|
114
|
+ this.cancel();
|
|
|
115
|
+ this.$emit("getList", this.queryParams);
|
|
112
|
116
|
})
|
|
113
|
117
|
console.log('被申请人');
|
|
114
|
118
|
}
|
|
115
|
|
- this.cancel();
|
|
116
|
|
- this.$emit("getList", this.queryParams);
|
|
117
|
119
|
}
|
|
118
|
120
|
})
|
|
119
|
121
|
},
|