gjy 2 年 前
コミット
ec4516c010

+ 2 - 2
common/helper.js

@@ -23,7 +23,7 @@ const getListByUserId = function() {
 			method: 'GET',
 			success: (res) => {
 				if (res.statusCode === 200) {
-					debugger
+					// debugger
 					rolesList = []
 					uni.setStorageSync("jurisdiction", res.data.data)
 					let list = getUserAllRoles(res.data.data);
@@ -37,7 +37,7 @@ const getListByUserId = function() {
 }
 const getUserAllRoles = (item) => {
 	console.log(item)
-	debugger
+	// debugger
 	for (let i = 0; i < item.length; i++) {
 		rolesList.push(item[i].name)
 		// console.log('用户权限',rolesList)

+ 2 - 2
config/index.js

@@ -5,8 +5,8 @@ const dev = {
 	// baseUrlNew: 'http://192.168.1.118:8090/',
 	// baseUrlNew: 'http://192.168.1.114:8090/',
 	// baseUrlNew: 'http://192.168.1.122:8090/',
-	// baseUrlNew: 'http://192.168.110.82:8090/',
-	baseUrlNew: 'http://192.168.110.202:8090/',
+	baseUrlNew: 'http://192.168.110.138:8090/',
+	// baseUrlNew: 'http://192.168.110.202:8090/',
 	// baseUrlNew: 'http://api1.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false

+ 1 - 2
pages/task/audit/acquisition_settlement_approval.vue

@@ -15,7 +15,7 @@
 					<!-- {{auditList.length > 0 ?auditList[auditList.length - 1].operatorMajorRoleName:""}} -->
 					<view class="infoText">待决策人审核</view>
 				</view>
-				<view class="infoData">{{updateDate}}</view>
+				<view class="infoData">{{auditInfo.updateDate}}</view>
 			</view>
 		</view>
 		<!-- 	<view class='content1'>
@@ -310,7 +310,6 @@
 					}).then(response => {
 						// uni.hideLoading()
 						this.auditList = response.data.data
-
 					})
 				})
 			},