|
@@ -5588,8 +5588,10 @@ export default {
|
|
if (data.code === 200) {
|
|
if (data.code === 200) {
|
|
this.browseStatus = false;
|
|
this.browseStatus = false;
|
|
this.msgSuccess("撤销成功");
|
|
this.msgSuccess("撤销成功");
|
|
- if (status) {
|
|
|
|
- this.$set(this.form, "warehouseStatus", 2);
|
|
|
|
|
|
+ if (status == 'warehouse_status') {
|
|
|
|
+ this.$set(this.form, 'warehouseStatus', 2)
|
|
|
|
+ } else if (status == 'f_billstatus') {
|
|
|
|
+ this.$set(this.form, 'fBillstatus', 2)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|