Browse Source

2023-10-28

master
guoxing 2 years ago
parent
commit
5ef14d0290
  1. 27
      supervise-crm-ui/src/views/WechatPush/index.vue
  2. 2
      supervise-uniapp/common/config.js
  3. 4
      supervise-uniapp/pages/index/RegulatoryReporting.vue

27
supervise-crm-ui/src/views/WechatPush/index.vue

@ -45,7 +45,8 @@
<div v-if="node.childNodes.length==0" <div v-if="node.childNodes.length==0"
style="width: 100%;display: flex;flex-direction: row;align-items: center;"> style="width: 100%;display: flex;flex-direction: row;align-items: center;">
<div></div> <div></div>
<img v-if="data.isOpenId=='2'" src="../../../public/image/association.png" style="width: 35px;height: 25px;" /> <img v-if="data.isOpenId=='2'" src="../../../public/image/association.png"
style="width: 35px;height: 25px;" />
<span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center; <span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis;">正在完善 </span> text-overflow: ellipsis;">正在完善 </span>
@ -269,21 +270,21 @@
this.uploadData.userProjectSid = row.sid this.uploadData.userProjectSid = row.sid
req.associationUserList(row.sid).then(res => { req.associationUserList(row.sid).then(res => {
this.sysorganList = res.data 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 // //this.Array
req.templateMessage(this.dataListOne[0].sid).then(res => { // this.sysorganList.forEach(item => {
if (res.success) {
this.sysorganList = res.data
//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 { ::v-deep .el-collapse-item__content {
padding-bottom: 0; padding-bottom: 0;
} }
</style> </style>

2
supervise-uniapp/common/config.js

@ -8,7 +8,7 @@
module.exports = { module.exports = {
// baseUrl: 'http://jg.yyundong.com',// 测试 // baseUrl: 'http://jg.yyundong.com',// 测试
baseUrl: 'https://supervise.yxtsoft.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', // baseUrl: 'http://192.168.1.110:8112',
tokenName: "Authorization", // 请求头中token的名字,与服务器端对应 tokenName: "Authorization", // 请求头中token的名字,与服务器端对应
loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码 loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码

4
supervise-uniapp/pages/index/RegulatoryReporting.vue

@ -30,8 +30,8 @@
<view class="centre-bom"> <view class="centre-bom">
<text class="centre-lift-text">总授信{{info.creditLimit}}万元</text> <text class="centre-lift-text">总授信{{info.creditLimitW}}万元</text>
<text class="centre-lift-text">总用信{{info.useLimit}}万元</text> <text class="centre-lift-text">总用信{{info.useLimitW}}万元</text>
</view> </view>

Loading…
Cancel
Save