apply-clients 3.3.102 → 3.3.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/android/AppServiceView.vue +732 -732
- package/src/components/android/AppSign.vue +7 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +513 -508
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +475 -473
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +2 -0
- package/src/components/product/Process/Processes/InstallationDetails.vue +600 -598
|
@@ -86,11 +86,13 @@ export default {
|
|
|
86
86
|
rejectMsg: '收费信息查询失败!!!'
|
|
87
87
|
})
|
|
88
88
|
debugger
|
|
89
|
+
console.log('打印收费记录',res.data.length)
|
|
89
90
|
if(res.data.length >0){
|
|
90
91
|
console.log("发请求了 哈哈哈哈哈哈")
|
|
91
92
|
this.shoufeis=res.data
|
|
92
93
|
this.shouju2=!this.shouju2
|
|
93
94
|
}else{
|
|
95
|
+
console.log("没数据 呜呜呜")
|
|
94
96
|
this.$showAlert('该数据没有缴费记录!!!', 'warning', 3000)
|
|
95
97
|
return
|
|
96
98
|
}
|