This commit is contained in:
bb_pan 2026-01-05 18:34:29 +08:00
parent e46d266f96
commit 51237f7f01
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ export const dynamicRoutes = [
path: '/equipment/retire-apply', path: '/equipment/retire-apply',
component: Layout, component: Layout,
hidden: true, hidden: true,
permissions: ['system:dict:list'], // permissions: ['system:dict:list'],
children: [ children: [
{ {
path: 'index', path: 'index',

View File

@ -146,7 +146,7 @@ export default {
}, },
data() { data() {
return { return {
isNew: true, isNew: false,
baseInfo: { baseInfo: {
id: '', id: '',
code: '', code: '',