修复岗位类型参数

dev
smallchill 6 years ago
parent f928921c2b
commit 49d8312fdd
  1. 2
      src/views/system/post.vue

@ -88,7 +88,7 @@
label: "岗位类型",
prop: "category",
type: "select",
dicUrl: "/api/blade-system/dict/dictionary?code=post",
dicUrl: "/api/blade-system/dict/dictionary?code=post_category",
props: {
label: "dictValue",
value: "dictKey"

Loading…
Cancel
Save