保安服务企业管理项目备份
guanqb
2024-01-02 1db94a9b58ca2853c9d65214f7052ce1306e10a9
Merge branch 'jc' of http://192.168.0.105:10010/r/zhba_enterprises_bf into jc
1 files modified
6 ■■■■ changed files
src/views/securityMan/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityMan/index.vue
@@ -15,7 +15,7 @@
            <el-button type="primary" @click="printBAInfo">打印</el-button>
        </div>
    </div>
</template>
</template>
<script>
import {
@@ -676,7 +676,7 @@
                },
            ]
        }
        getUser(this.userInfo.Id).then(res => {
        getUser(this.userInfo.user_id).then(res => {
            this.form = res.data.data
            var d = {
                education1: res.data.data.education
@@ -872,4 +872,4 @@
.PrintBut {
    margin-top: 15px;
}
</style>
</style>