From 5ef14d0290ea9e2502647f81f4f6c326c20eeaa3 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Sat, 28 Oct 2023 10:53:20 +0800
Subject: [PATCH] 2023-10-28
---
.../src/views/WechatPush/index.vue | 27 ++++++++++---------
supervise-uniapp/common/config.js | 2 +-
.../pages/index/RegulatoryReporting.vue | 4 +--
3 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/supervise-crm-ui/src/views/WechatPush/index.vue b/supervise-crm-ui/src/views/WechatPush/index.vue
index 00ce0b63..f1b8d405 100644
--- a/supervise-crm-ui/src/views/WechatPush/index.vue
+++ b/supervise-crm-ui/src/views/WechatPush/index.vue
@@ -45,7 +45,8 @@
-

+
正在完善
@@ -269,21 +270,21 @@
this.uploadData.userProjectSid = row.sid
req.associationUserList(row.sid).then(res => {
this.sysorganList = res.data
+ this.sysorganList2 = []
+ // this.uploadData.userProjectSid = res.data[0].sid
+ // req.templateMessage(this.dataListOne[0].sid).then(res => {
+ // if (res.success) {
+ // this.sysorganList = res.data
- this.uploadData.userProjectSid = res.data[0].sid
- req.templateMessage(this.dataListOne[0].sid).then(res => {
- if (res.success) {
- this.sysorganList = res.data
-
- //this.Array为数组名
- this.sysorganList.forEach(item => {
+ // //this.Array为数组名
+ // this.sysorganList.forEach(item => {
- this.$set(item, 'Show', true)
+ // this.$set(item, 'Show', true)
- })
+ // })
- }
- })
+ // }
+ // })
})
},
@@ -510,4 +511,4 @@
::v-deep .el-collapse-item__content {
padding-bottom: 0;
}
-
+
\ No newline at end of file
diff --git a/supervise-uniapp/common/config.js b/supervise-uniapp/common/config.js
index 6636bd84..7c31ff99 100644
--- a/supervise-uniapp/common/config.js
+++ b/supervise-uniapp/common/config.js
@@ -8,7 +8,7 @@
module.exports = {
// baseUrl: 'http://jg.yyundong.com',// 测试
baseUrl: 'https://supervise.yxtsoft.com',//正式
- // baseUrl: 'http://192.168.1.107:8112',
+ // baseUrl: 'http://192.168.1.107:7009/api',
// baseUrl: 'http://192.168.1.110:8112',
tokenName: "Authorization", // 请求头中token的名字,与服务器端对应
loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码
diff --git a/supervise-uniapp/pages/index/RegulatoryReporting.vue b/supervise-uniapp/pages/index/RegulatoryReporting.vue
index 4787671a..57930afe 100644
--- a/supervise-uniapp/pages/index/RegulatoryReporting.vue
+++ b/supervise-uniapp/pages/index/RegulatoryReporting.vue
@@ -30,8 +30,8 @@
- 总授信:{{info.creditLimit}}万元
- 总用信:{{info.useLimit}}万元
+ 总授信:{{info.creditLimitW}}万元
+ 总用信:{{info.useLimitW}}万元