|
@@ -175,6 +175,7 @@
|
|
|
{
|
|
{
|
|
|
this.back.drawer_obj.user_invoice_order_all=false;
|
|
this.back.drawer_obj.user_invoice_order_all=false;
|
|
|
this.back.drawer_obj.id="";
|
|
this.back.drawer_obj.id="";
|
|
|
|
|
+ this.back.get_status();
|
|
|
},
|
|
},
|
|
|
async show_info_dialog(row)
|
|
async show_info_dialog(row)
|
|
|
{
|
|
{
|
|
@@ -197,6 +198,7 @@
|
|
|
if (res.status == 1) {
|
|
if (res.status == 1) {
|
|
|
this.list=res.data.list;
|
|
this.list=res.data.list;
|
|
|
await this.getList();
|
|
await this.getList();
|
|
|
|
|
+ await this.get_status();
|
|
|
this.show_info=false;
|
|
this.show_info=false;
|
|
|
}
|
|
}
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
@@ -215,6 +217,7 @@
|
|
|
message: '撤销成功!'
|
|
message: '撤销成功!'
|
|
|
});
|
|
});
|
|
|
this.getList();
|
|
this.getList();
|
|
|
|
|
+ this.get_status();
|
|
|
}
|
|
}
|
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
|
this.$message({
|
|
this.$message({
|