@@ -585,6 +585,7 @@ export default {
console.log(res)
if (res.status == 200) {
_this.$message.success(res.message)
+ _this.$emit('insterOk', 'promo')
}
_this.openWarehouseModal = false
_this.$refs.table.refresh(false)
@@ -411,6 +411,7 @@ export default {
updateWarehouse(data).then(res => {