bigScreenOpenBlank

This commit is contained in:
shijing 2022-03-01 13:58:46 +08:00
parent 512549173b
commit 94bfe4b47a
4 changed files with 8 additions and 4 deletions

View File

@ -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}
} }
] ]

View File

@ -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();

View File

@ -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"

View File

@ -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>