|
@@ -440,7 +440,7 @@
|
|
this.datainsList[0] = response.data.data
|
|
this.datainsList[0] = response.data.data
|
|
|
|
|
|
this.tabslist2[0].count=response.data.recordsTotal
|
|
this.tabslist2[0].count=response.data.recordsTotal
|
|
-
|
|
|
|
|
|
+ this.$forceUpdate()
|
|
this.isReadyinsList = true
|
|
this.isReadyinsList = true
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -459,7 +459,7 @@
|
|
this.datainsList[1] = response.data.data
|
|
this.datainsList[1] = response.data.data
|
|
|
|
|
|
this.tabslist2[1].count=response.data.recordsTotal
|
|
this.tabslist2[1].count=response.data.recordsTotal
|
|
-
|
|
|
|
|
|
+ this.$forceUpdate()
|
|
this.isReadyinsList = true
|
|
this.isReadyinsList = true
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -558,7 +558,8 @@
|
|
|
|
|
|
//this.dataerrRecordsTotal = response.data.recordsTotal
|
|
//this.dataerrRecordsTotal = response.data.recordsTotal
|
|
this.tabslist[0].count=response.data.recordsTotal
|
|
this.tabslist[0].count=response.data.recordsTotal
|
|
- this.isReadyerrList = true
|
|
|
|
|
|
+ this.isReadyerrList = true
|
|
|
|
+ this.$forceUpdate()
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: error,
|
|
title: error,
|
|
@@ -576,6 +577,7 @@
|
|
this.tabslist[1].count=response.data.recordsTotal
|
|
this.tabslist[1].count=response.data.recordsTotal
|
|
//this.dataerrRecordsTotal = response.data.recordsTotal
|
|
//this.dataerrRecordsTotal = response.data.recordsTotal
|
|
this.isReadyerrList = true
|
|
this.isReadyerrList = true
|
|
|
|
+ this.$forceUpdate()
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: error,
|
|
title: error,
|