Commit b92f7282 authored by youjie's avatar youjie

no message

parent 4b45c788
......@@ -2161,6 +2161,9 @@ export default {
"Financial_post_GetPageList",
this.msg,
res => {
if (this.msg.Conditon == 7) {
this.getMyRejectFinanceCount();
}
if (res.data.resultCode == 1) {
let data = [];
if (t == 1 && this.BOSSBtn && this.msg.Conditon == 3) {
......@@ -2198,9 +2201,7 @@ export default {
'',
this.isTerminate,
);
if (this.msg.Conditon == 7) {
this.getMyRejectFinanceCount();
}
},
financeRemove(id) {
//作废
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment