银行判分点新增loading修复

master
jialong.yu 3 years ago
parent c9a74baa2a
commit b1fd5ee8dc
  1. 2
      src/views/Transaction.vue

@ -679,6 +679,8 @@ export default {
if (this.$route.query.lcId) {
this.lcId = this.$route.query.lcId;
this.getInfoData(this.$route.query.lcId);
} else {
this.loading = false
}
}
} else {

Loading…
Cancel
Save