NEZ-1778 fix:添加备份表单的校验

This commit is contained in:
zhangxiaolong
2022-04-08 16:07:06 +08:00
parent e081e151bf
commit b50cd0c2db
3 changed files with 215 additions and 202 deletions

View File

@@ -134,7 +134,8 @@ export default {
this.$on('getData', (res) => {
console.log('getdata')
this.getTableData()
window.location.reload()
this.$forceUpdate();
// window.location.reload()
})
},
async getTableData () {