Commit b92f7282 authored by youjie's avatar youjie

no message

parent 4b45c788
...@@ -2161,6 +2161,9 @@ export default { ...@@ -2161,6 +2161,9 @@ export default {
"Financial_post_GetPageList", "Financial_post_GetPageList",
this.msg, this.msg,
res => { res => {
if (this.msg.Conditon == 7) {
this.getMyRejectFinanceCount();
}
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = []; let data = [];
if (t == 1 && this.BOSSBtn && this.msg.Conditon == 3) { if (t == 1 && this.BOSSBtn && this.msg.Conditon == 3) {
...@@ -2198,9 +2201,7 @@ export default { ...@@ -2198,9 +2201,7 @@ export default {
'', '',
this.isTerminate, this.isTerminate,
); );
if (this.msg.Conditon == 7) {
this.getMyRejectFinanceCount();
}
}, },
financeRemove(id) { 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