标准清单 高级检索
This commit is contained in:
@@ -172,5 +172,12 @@ export default {
|
||||
} else {
|
||||
return JSON.parse(state.rukuBaseInfo)
|
||||
}
|
||||
},
|
||||
getAccessStandardRegRow: state => {
|
||||
if (state.accessStandRegRows === '') {
|
||||
return null
|
||||
} else {
|
||||
return JSON.parse(state.accessStandRegRows)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user