返回调整
This commit is contained in:
@@ -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: {}})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user