BUG 25208
This commit is contained in:
@@ -126,6 +126,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
emitShow(){
|
||||||
|
document.title = this.form.title || "调查问卷"
|
||||||
|
},
|
||||||
getForm() {
|
getForm() {
|
||||||
let {id} = this.$route.query
|
let {id} = this.$route.query
|
||||||
this.$http.post("/app/appquestionnairetemplate/queryDetailById", null, {
|
this.$http.post("/app/appquestionnairetemplate/queryDetailById", null, {
|
||||||
@@ -223,9 +226,6 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isResult ? this.getResult() : this.getForm()
|
this.isResult ? this.getResult() : this.getForm()
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
document.title = this.form.title || "调查问卷"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user