bigScreenOpenBlank
This commit is contained in:
parent
512549173b
commit
94bfe4b47a
|
@ -250,7 +250,7 @@ export const asyncRoutes = [
|
||||||
path: 'firstCheck',
|
path: 'firstCheck',
|
||||||
name: 'firstCheck',
|
name: 'firstCheck',
|
||||||
component: () => import('@/views/wpm/firstCheck'),
|
component: () => import('@/views/wpm/firstCheck'),
|
||||||
meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck'] }
|
meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck'] ,noCache: true}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -121,6 +121,10 @@
|
||||||
bottomLeft,
|
bottomLeft,
|
||||||
bottomRight
|
bottomRight
|
||||||
},
|
},
|
||||||
|
created(){
|
||||||
|
window.open('http://49.232.14.174:2222/#/index');
|
||||||
|
this.$router.go(-1)
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.timeFn();
|
this.timeFn();
|
||||||
this.cancelLoading();
|
this.cancelLoading();
|
||||||
|
|
|
@ -86,10 +86,10 @@
|
||||||
<el-form-item label="名称" prop="name">
|
<el-form-item label="名称" prop="name">
|
||||||
<el-input v-model="perm.name" placeholder="名称" />
|
<el-input v-model="perm.name" placeholder="名称" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="代号" prop="method">
|
<el-form-item label="代号">
|
||||||
<el-input v-model="perm.method" placeholder="代号" />
|
<el-input v-model="perm.method" placeholder="代号" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="父级" prop="parent">
|
<el-form-item label="父级">
|
||||||
<treeselect
|
<treeselect
|
||||||
v-model="perm.parent"
|
v-model="perm.parent"
|
||||||
:multiple="false"
|
:multiple="false"
|
||||||
|
|
|
@ -510,7 +510,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button @click="dialogFormVisible = false">取 消</el-button>
|
<el-button @click="limitedCheckRecord = false">取 消</el-button>
|
||||||
<el-button type="primary" @click="putin">确 定</el-button>
|
<el-button type="primary" @click="putin">确 定</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
Loading…
Reference in New Issue