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