Merge branch 'dev'
Showing
21 changed files
with
66 additions
and
22 deletions
-
Please register or sign in to post a comment
... | ... | @@ -129,6 +129,8 @@ |
} else { | ||
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | ||
} | ||
}).catch(() => { | ||
this.loading = false | ||
}) | ||
}, | ||
/** | ||
... | ... |
... | ... | @@ -129,6 +129,8 @@ |
} else { | ||
ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | ||
} | ||
}).catch(() => { | ||
this.loading = false | ||
}) | ||
}, | ||
/** | ||
... | ... |