liuzhihui 2 年之前
父節點
當前提交
4d03ecbdac

+ 2 - 2
CallCenterWeb.UI/RMYYAPP/manifest.json

2
     "name" : "郑州人民医院综合服务保障调度平台",
2
     "name" : "郑州人民医院综合服务保障调度平台",
3
     "appid" : "__UNI__5A5207D",
3
     "appid" : "__UNI__5A5207D",
4
     "description" : "",
4
     "description" : "",
5
-    "versionName" : "1.2.57",
6
-    "versionCode" : 123,
5
+    "versionName" : "1.2.62",
6
+    "versionCode" : 162,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     /* 5+App特有相关 */
8
     /* 5+App特有相关 */
9
     "app-plus" : {
9
     "app-plus" : {

+ 11 - 4
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

14
 		</view>
14
 		</view>
15
 		<view class="segmentedControlWrapper">
15
 		<view class="segmentedControlWrapper">
16
 			<view class="example-body" style="padding-left: 10%;">
16
 			<view class="example-body" style="padding-left: 10%;">
17
-				<uni-badge class="uni-badge-left-margin" :text="count1"
18
-					style="position: relative;left: 13%;top: 18px;" />
17
+				<uni-badge v-if="count1==0" class="uni-badge-left-margin" :text="count1"
18
+					style="position: relative;left: 13%;top: 18px;visibility:hidden"/>
19
+				<uni-badge v-if="count1!=0" class="uni-badge-left-margin" :text="count1"
20
+					style="position: relative;left: 13%;top: 18px;"  />
19
 				<uni-badge class="uni-badge-left-margin" :text="count2"
21
 				<uni-badge class="uni-badge-left-margin" :text="count2"
20
 					style="position: relative;left: 30%;top: 18px;" />
22
 					style="position: relative;left: 30%;top: 18px;" />
21
 				<!-- <uni-badge class="uni-badge-left-margin" :text="count3" style="position: relative;left: 9%;top: 18px;"/> -->
23
 				<!-- <uni-badge class="uni-badge-left-margin" :text="count3" style="position: relative;left: 9%;top: 18px;"/> -->
171
 		methods: {
173
 		methods: {
172
 			maskClick(e) {
174
 			maskClick(e) {
173
 				console.log('日期日期日期:', e);
175
 				console.log('日期日期日期:', e);
176
+				this.listData = []
174
 				this.value = ''
177
 				this.value = ''
175
 				this.tabName = ''
178
 				this.tabName = ''
176
 				this.isActive = 0
179
 				this.isActive = 0
186
 				this.getList(this.paramsData)
189
 				this.getList(this.paramsData)
187
 			},
190
 			},
188
 			changeSelect(e) {
191
 			changeSelect(e) {
192
+				this.listData = []
189
 				console.log(e.toString(),'111111111')
193
 				console.log(e.toString(),'111111111')
190
 				if(!e.toString()){
194
 				if(!e.toString()){
191
 					return
195
 					return
354
 						let data = response.rows
358
 						let data = response.rows
355
 						this.total = response.total
359
 						this.total = response.total
356
 						uni.stopPullDownRefresh();
360
 						uni.stopPullDownRefresh();
357
-						// this.listData = this.listData.concat(data)
358
-						this.listData = data
361
+						this.listData = this.listData.concat(data)
362
+						// this.listData = data
359
 						if (this.listData.length >= 6) {
363
 						if (this.listData.length >= 6) {
360
 							this.loadMoreState = 'more'
364
 							this.loadMoreState = 'more'
361
 						} else {
365
 						} else {
439
 				this.paramsData.pagesize = 10
443
 				this.paramsData.pagesize = 10
440
 			},
444
 			},
441
 			tabottomChange1() {
445
 			tabottomChange1() {
446
+				this.listData = []
442
 				this.isActive = 1
447
 				this.isActive = 1
443
 				this.tabName = '紧急'
448
 				this.tabName = '紧急'
444
 				this.paramsData.page = 1
449
 				this.paramsData.page = 1
446
 				this.getList(this.paramsData)
451
 				this.getList(this.paramsData)
447
 			},
452
 			},
448
 			tabottomChange2() {
453
 			tabottomChange2() {
454
+				this.listData = []
449
 				this.isActive = 2
455
 				this.isActive = 2
450
 				this.tabName = '催单'
456
 				this.tabName = '催单'
451
 				this.paramsData.page = 1
457
 				this.paramsData.page = 1
453
 				this.getList(this.paramsData)
459
 				this.getList(this.paramsData)
454
 			},
460
 			},
455
 			tabottomChange3() {
461
 			tabottomChange3() {
462
+				this.listData = []
456
 				this.isActive = 3
463
 				this.isActive = 3
457
 				this.tabName = '返修'
464
 				this.tabName = '返修'
458
 				this.paramsData.page = 1
465
 				this.paramsData.page = 1