优化
This commit is contained in:
@@ -251,15 +251,6 @@ export default {
|
||||
this.initTree()
|
||||
},
|
||||
methods: {
|
||||
// 钩子:在获取表格数据之前执行,false 则代表不获取数据
|
||||
[CRUD.HOOK.beforeRefresh]() {
|
||||
if (this.open) {
|
||||
this.open = false
|
||||
return false
|
||||
} else {
|
||||
return true
|
||||
}
|
||||
},
|
||||
initTree() {
|
||||
const param = {
|
||||
'materOpt_code': '00'
|
||||
|
||||
Reference in New Issue
Block a user