|
|
@@ -147,7 +147,7 @@ |
|
|
|
getPayee(this.$route.query.id).then((response) => { |
|
|
|
let _this = this |
|
|
|
this.form = response.data; |
|
|
|
this.houseGetDicts("bank_type").then((res) => { |
|
|
|
this.houseGetDicts("bank_type_all").then((res) => { |
|
|
|
for(var i = 0 ; i < res.data.length ; i++){ |
|
|
|
_this.bankTypeOptions.push({text:res.data[i].dictLabel,value:res.data[i].dictValue}); |
|
|
|
} |
|
|
|