@@ -57,7 +57,9 @@ const functions = {
},
created() {
// 权限列表
- functionList().then((res) => {
+ functionList({
+ isDelete: 0
+ }).then((res) => {
if (res.code === 0) {
this.functionOptions = res.data;
}