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