Browse Source

修改form跳转出现的bug

main
蒋吉兆 4 years ago
committed by pixel
parent
commit
480dee6e37
  1. 4
      server/resource/template/web/form.vue.tpl

4
server/resource/template/web/form.vue.tpl

@ -107,10 +107,10 @@ export default {
const res = await find{{.StructName}}({ ID: this.$route.query.id })
if(res.code == 0){
this.formData = res.data.re{{.Abbreviation}}
this.type == "update"
this.type = "update"
}
}else{
this.type == "create"
this.type = "create"
}
{{ range .Fields -}}
{{- if .DictType }}

Loading…
Cancel
Save