import Api from "~/service/Api" import Utils from "~/utils" export default { async onBopbutSav(){ let rtnmsg = await this.executeRule("bopbut.sav") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutMod(){ let rtnmsg = await this.executeRule("bopbut.mod") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutChk(){ let rtnmsg = await this.executeRule("bopbut.chk") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutDel(){ let rtnmsg = await this.executeRule("bopbut.del") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutAdd(){ let rtnmsg = await this.executeRule("bopbut.add") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onButpErr(){ let rtnmsg = await this.executeRule("butp.err") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutExt(){ let rtnmsg = await this.executeRule("bopbut.ext") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutSav(){ let rtnmsg = await this.executeRule("bopbut.sav") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBasppGetref(){ let rtnmsg = await this.executeRule("baspp.getref") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutMod(){ let rtnmsg = await this.executeRule("bopbut.mod") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutChk(){ let rtnmsg = await this.executeRule("bopbut.chk") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutDel(){ let rtnmsg = await this.executeRule("bopbut.del") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onButpErr(){ let rtnmsg = await this.executeRule("butp.err") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onBopbutExt(){ let rtnmsg = await this.executeRule("bopbut.ext") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onCodselSelbut(){ let rtnmsg = await this.executeRule("codsel.selbut") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, }