diff --git a/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue b/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue index 0a966085..09e35b6a 100644 --- a/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue +++ b/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue @@ -9,7 +9,7 @@ style="width: 100%;" :disabled="disabled" @change="onChange"> - + @@ -101,6 +101,7 @@ this.bakOptionItems=[]; this.optionItems=[]; listSimpleEmisMonthpayAccount(queryParams).then(response => { + console.log('response',response.rows); this.loading = false; this.bakOptionItems = response.rows; this.optionItems =this.bakOptionItems;