importApifrom'~/service/Api';importcommonFunctionsfrom'~/mixin/commonFunctions.js';importCommonEventfrom"../../../common/event/CommonEvent";importDbjpEventfrom"../../../common/event/DbjpEvent";import{getBchList}from"../../../../../../service/business/rmb";exportdefault{mixins:[commonFunctions,CommonEvent,DbjpEvent],methods:{// 获取地区机构号asyncgetOwnExtkeyCondition(){// const loading = this.loading();// let body = {ownExtKey: ""};// let res = await Api.post('/business/bch/getBranchListByownExtKey', body);getBchList().then(response=>{if(response.respCode===SUCCESS){this.ownExtkeyList=response.data;}});},//获取交易编码列列表asyncgetBopcodItems(){console.log("进入getBopcodList");constloading=this.loading();letiotyp="I";letres=awaitApi.post(`/report/bopnew/public/getBopcodList`,iotyp);loading.close();if(res.respCode===SUCCESS){this.bopcodList=res.data;this.options1=this.bopcodList;}}}}