mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 04:41:55 -05:00
fix:select
This commit is contained in:
@@ -109,6 +109,11 @@ export default {
|
||||
const { error, msg } = response.data;
|
||||
if (error === 0) {
|
||||
showSuccessToast("操作成功");
|
||||
if (payload.isApplay === false) {
|
||||
that.data.applyStatus = 0; // Simulate status change to 'not applied'
|
||||
} else {
|
||||
that.data.applyStatus = 1; // Simulate status change to 'under review'
|
||||
}
|
||||
that.fetchDetails();
|
||||
} else {
|
||||
showFailToast(msg || "网络错误,请稍后重试");
|
||||
|
||||
Reference in New Issue
Block a user