@@ -358,7 +358,7 @@ export default {
console.log(res, 'rrrrrrrrr')
if (res.status == 200) {
_this.$message.success(res.message)
- _this.$refs.table.refresh()
+ _this.$refs.table.refresh(true)
_this.close()
}
})