diff --git a/pkg_join/views/experienceStore.vue b/pkg_join/views/experienceStore.vue index b5ace80..118ccb0 100644 --- a/pkg_join/views/experienceStore.vue +++ b/pkg_join/views/experienceStore.vue @@ -396,7 +396,7 @@ /> - + - + { if (result.status === 200) { uni.$u.toast('撤销申请成功') + this.form.reviewStatus = null + this.form.isDraft = 1 + this.show = true this.initInfo() } else { uni.$u.toast(result.msg || '撤销失败')