@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1676279503631
+ "version": 1676336197089
}
@@ -264,7 +264,9 @@ export default {
searchForm () {
if (this.hasVaild) {
this.showTable = true
- this.$refs.table.refresh(true)
+ if (this.$refs.table) {
+ this.$refs.table.refresh(true)
+ }
} else {
this.$message.info('请输入查询条件')