From 13b22edeb1c60505be93e7af1903f7c5e00bbc6d Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期一, 22 五月 2023 18:08:30 +0800 Subject: [PATCH] 对使用分类的主键获取表单的定义、根据模板的主键获取表格的定义、标记流程中业务数据是否通过、使用分类的主键获取业务数据等接口的移植工作,其中对以前查询平台数据的方式使用的QueryWrapper实现数据的查询 --- Source/UBCS-WEB/src/views/tool/code.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/views/tool/code.vue b/Source/UBCS-WEB/src/views/tool/code.vue index f8d5740..bfc79ce 100644 --- a/Source/UBCS-WEB/src/views/tool/code.vue +++ b/Source/UBCS-WEB/src/views/tool/code.vue @@ -124,7 +124,7 @@ search: true, span: 24, type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -227,7 +227,7 @@ label: "瀛愯〃妯″瀷", prop: "subModelId", type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -289,7 +289,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤BladeX灏佽鐨凚aseService瑙i攣鏇村鍔熻兘', prop: "baseMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -308,7 +308,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Wrapper鍖呰鍣ㄦ潵鎷撳睍Controller杩斿洖鍒楄〃鐨勫瓧娈�', prop: "wrapMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -327,7 +327,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Feign杩滅▼璋冪敤', prop: "feignMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -411,7 +411,7 @@ this.form.codeName = modelName; } if (validatenull(this.form.serviceName)) { - this.form.serviceName = `blade-${modelCode}`; + this.form.serviceName = `ubcs-${modelCode}`; } if (validatenull(this.form.pkName)) { this.form.pkName = "id"; -- Gitblit v1.9.3