@@ -907,6 +907,7 @@ export default {
.then((res) => {
if (res.status === 1) {
this.data.endata = res;
+ this.$forceUpdate();
}
})
.catch((err) => {