代码更新

This commit is contained in:
lyd
2022-10-21 18:29:30 +08:00
parent b82b329410
commit 4abc0f8cb1
10 changed files with 46 additions and 30 deletions

View File

@@ -260,6 +260,9 @@ export default {
del: false,
download: false,
reset: true
},
query: {
region_code: "'YSQA01', 'YSAQKTPQ01'"
}
})
},
@@ -280,7 +283,6 @@ export default {
methods: {
// 钩子在获取表格数据之前执行false 则代表不获取数据
[CRUD.HOOK.beforeRefresh]() {
this.query.region_code = "'YSQA01', 'YSAQKTPQ01'"
return true
},
hand(value) {