From 1519bfe8ba7115452e06af88fc51e8f5529f2798 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 07 七月 2023 10:01:41 +0800
Subject: [PATCH] 提交代码
---
Source/UBCS-WEB/public/src/views/system/tenant.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/public/src/views/system/tenant.vue b/Source/UBCS-WEB/public/src/views/system/tenant.vue
index be50ba3..9fae7ab 100644
--- a/Source/UBCS-WEB/public/src/views/system/tenant.vue
+++ b/Source/UBCS-WEB/public/src/views/system/tenant.vue
@@ -224,7 +224,7 @@
type: 'upload',
listType: 'picture-img',
dataType: 'string',
- action: '/api/blade-resource/oss/endpoint/put-file',
+ action: '/api/ubcs-resource/oss/endpoint/put-file',
propsHttp: {
res: 'data',
url: 'link',
@@ -263,7 +263,7 @@
search: true,
span: 24,
type: "select",
- dicUrl: "/api/blade-develop/datasource/select",
+ dicUrl: "/api/ubcs-develop/datasource/select",
props: {
label: "name",
value: "id"
@@ -285,7 +285,7 @@
search: true,
span: 24,
type: "select",
- dicUrl: "/api/blade-system/tenant-package/select",
+ dicUrl: "/api/ubcs-system/tenant-package/select",
props: {
label: "packageName",
value: "id"
@@ -310,7 +310,7 @@
created() {
// 鑾峰彇鍒皌rue杩樻槸false鐩存帴璧嬪�硷紝瀹氫箟鏂规硶浼氬氨鏄幏鍙栦笉鍒帮紝涓嶇煡閬撲粈涔堥棶棰橈紝寮哄埗鐢↗SON.parse浼氬湪鍚庨潰杩藉姞涓�涓猟isabled锛屾墍浠ョ洿鎺ヨ幏鍙栥�傚悗鏈熷鏋滄坊鍔燾loumn浼氬嚭鐜癰ug锛岀敤foreach寰幆鍑篶olumn鍦ㄥ垽鏂璽ype鏄惁绛変簬radio锛岀劧鍚庡皢鍗曠嫭radio鐨刣isabled鏀逛负res.data.data
- this.$axios.get('/api/blade-system/tenant/find-ssa-enable').then(res => {
+ this.$axios.get('/api/ubcs-system/tenant/find-ssa-enable').then(res => {
this.option.column[6].disabled= res.data.data
});
},
--
Gitblit v1.9.3