bigScreenOpenBlank
This commit is contained in:
parent
512549173b
commit
94bfe4b47a
|
@ -250,7 +250,7 @@ export const asyncRoutes = [
|
|||
path: 'firstCheck',
|
||||
name: '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,
|
||||
bottomRight
|
||||
},
|
||||
created(){
|
||||
window.open('http://49.232.14.174:2222/#/index');
|
||||
this.$router.go(-1)
|
||||
},
|
||||
mounted() {
|
||||
this.timeFn();
|
||||
this.cancelLoading();
|
||||
|
|
|
@ -86,10 +86,10 @@
|
|||
<el-form-item label="名称" prop="name">
|
||||
<el-input v-model="perm.name" placeholder="名称" />
|
||||
</el-form-item>
|
||||
<el-form-item label="代号" prop="method">
|
||||
<el-form-item label="代号">
|
||||
<el-input v-model="perm.method" placeholder="代号" />
|
||||
</el-form-item>
|
||||
<el-form-item label="父级" prop="parent">
|
||||
<el-form-item label="父级">
|
||||
<treeselect
|
||||
v-model="perm.parent"
|
||||
:multiple="false"
|
||||
|
|
|
@ -510,7 +510,7 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
<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>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
|
Loading…
Reference in New Issue