From 425780f49a269acad70419f25f824b9e5f3c1f22 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 18 十月 2023 16:46:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/views/tool/code.vue | 13 +++++++------
1 files changed, 7 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..76c0e36 100644
--- a/Source/UBCS-WEB/src/views/tool/code.vue
+++ b/Source/UBCS-WEB/src/views/tool/code.vue
@@ -69,6 +69,7 @@
height: 'auto',
calcHeight: 30,
dialogWidth: 900,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -124,7 +125,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 +228,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 +290,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 +309,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 +328,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 +412,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