Prechádzať zdrojové kódy

区域编码选择错误修改

lijj 2 rokov pred
rodič
commit
bd604385dc

+ 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'