|
@@ -146,6 +146,8 @@ export default {
|
|
|
this.getDataList()
|
|
this.getDataList()
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ // 权限判断(从 utils 导入并暴露给模板使用)
|
|
|
|
|
+ isAuth,
|
|
|
onChose() {
|
|
onChose() {
|
|
|
this.addOrUpdateVisible = false
|
|
this.addOrUpdateVisible = false
|
|
|
this.detailVisible = false
|
|
this.detailVisible = false
|