소스 검색

银农-银行转账修改不重新加载问题

wulanhaote
yangfuda 3 년 전
부모
커밋
2da46e90e1
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue

+ 3
- 2
src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue 파일 보기

@@ -406,6 +406,9 @@
templateList:[], templateList:[],
}; };
}, },
activated:function(){
this.getDictionaries();
},
created() { created() {
let queryParams={ let queryParams={
pageNum: 1, pageNum: 1,
@@ -444,7 +447,6 @@
this.payerOptions[index].value = res.id; this.payerOptions[index].value = res.id;
}) })
}); });
this.getDictionaries();
this.getFileList(); this.getFileList();
}, },
methods: { methods: {
@@ -471,7 +473,6 @@
}, },
getDictionaries(){ getDictionaries(){
getTransfer(this.$route.query.id).then((response) => { getTransfer(this.$route.query.id).then((response) => {

this.getDicts("capital_expenditure_type").then((res) => { this.getDicts("capital_expenditure_type").then((res) => {
for (var i = 0; i < res.data.length; i++) { for (var i = 0; i < res.data.length; i++) {
this.capitalExpenditureTypeOptions.push({text: res.data[i].dictLabel, value: res.data[i].dictValue}); this.capitalExpenditureTypeOptions.push({text: res.data[i].dictLabel, value: res.data[i].dictValue});


불러오는 중...
취소
저장