管理端编译问题处理

This commit is contained in:
Chopper
2021-06-02 11:27:58 +08:00
parent 3b113e2039
commit 7e634d7eb7
3 changed files with 2 additions and 25 deletions

View File

@@ -281,25 +281,6 @@
this.total = this.data.length;
this.loading = false;
},
//开发票
invoicing(params){
this.$Modal.confirm({
title: "确认开票",
content: "您确认已经开具发票 ?",
loading: true,
onOk: () => {
API_Order.invoicing(params.id).then((res) => {
if (res.success) {
this.$Message.success("开票成功");
}
this.$Modal.remove();
this.getData();
});
}
});
},
},
mounted() {
this.init();