庞东旭 преди 2 години
родител
ревизия
ed2fe98ffe
променени са 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:[],
};
},
activated:function(){
this.getDictionaries();
},
created() {
let queryParams={
pageNum: 1,
@@ -444,7 +447,6 @@
this.payerOptions[index].value = res.id;
})
});
this.getDictionaries();
this.getFileList();
},
methods: {
@@ -471,7 +473,6 @@
},
getDictionaries(){
getTransfer(this.$route.query.id).then((response) => {

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


Зареждане…
Отказ
Запис