소스 검색

区域编码选择错误修改

lijj 2 년 전
부모
커밋
bd604385dc
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      admin_ui/src/option/ycwh/famousDish.js
  2. 1 1
      admin_ui/src/option/ycwh/famousSnacks.js
  3. 1 1
      admin_ui/src/option/ycwh/famousStore.js

+ 1 - 1
admin_ui/src/option/ycwh/famousDish.js

@@ -129,7 +129,7 @@ export default {
       label: "所属地区",
       prop: "regionId",
       type: "select",
-      dicUrl: "/blade-system/region/lazy-tree?code=4404",
+      dicUrl: "/blade-system/region/lazy-tree?parentCode=44",
       props: {
         label: 'title',
         value: 'id'

+ 1 - 1
admin_ui/src/option/ycwh/famousSnacks.js

@@ -130,7 +130,7 @@ export default {
       label: "所属地区",
       prop: "regionId",
       type: "select",
-      dicUrl: "/blade-system/region/lazy-tree?code=4404",
+      dicUrl: "/blade-system/region/lazy-tree?parentCode=44",
       props: {
         label: 'title',
         value: 'id'

+ 1 - 1
admin_ui/src/option/ycwh/famousStore.js

@@ -130,7 +130,7 @@ export default {
       label: "所属地区",
       prop: "regionId",
       type: "select",
-      dicUrl: "/blade-system/region/lazy-tree?code=4404",
+      dicUrl: "/blade-system/region/lazy-tree?parentCode=44",
       props: {
         label: 'title',
         value: 'id'