返回调整

This commit is contained in:
aixianling
2021-11-23 14:58:51 +08:00
parent a0968bcc83
commit b5ba96c0f3
5 changed files with 21 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ import AiBack from "../../components/AiBack";
export default {
name: 'interviewDetail',
components: {AiBack, AiTextarea, AiImage, AiUploader},
inject: {root: {}},
computed: {
isEdit() {
let flag = this.$route.query?.detail != 1
@@ -73,7 +74,7 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$u.toast("提交成功!")
uni.navigateBack()
this.root.goto({query: {}})
}
})
}