1 жил өмнө
parent
commit
a6e7658331

+ 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) => {