Browse Source

确定按钮

1 year ago
parent
commit
a6e7658331
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/norm/quotaBonded.vue

+ 1 - 0
src/views/norm/quotaBonded.vue

@@ -494,6 +494,7 @@ export default {
       getQUOTABONDED(id).then((response) => {
         this.form = response.data;
         this.basicInfo = false;
+        this.isShowBtn = true;
         this.QUOTAFEEList = response.data.bondedFeeList;
         this.QUOTAFEEList.forEach((item) => (item.fileList = []));
         this.QUOTAFEEList.forEach((item, i) => {