黑龙江民政考核评分基本完成
This commit is contained in:
@@ -36,7 +36,8 @@ export default {
|
||||
},
|
||||
isPreview() {
|
||||
return !!this.$route.query?.preview
|
||||
}
|
||||
},
|
||||
action: v => v.$route.query.action || "appquestionnairetemplate"
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['getCode', 'getToken']),
|
||||
@@ -45,7 +46,7 @@ export default {
|
||||
if (this.isPreview) {
|
||||
this.access = true
|
||||
} else if (!!this.user.token) {
|
||||
this.$http.post("/app/appquestionnairetemplate/commitCheck", null, {
|
||||
this.$http.post(`/app/${this.action}/commitCheck`, null, {
|
||||
params: {id}
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user