保安服务企业管理项目备份
guoshilong
2024-01-02 acaf96424ba04b2ab2b9fa0e1bbfa17ea549cc08
userid修改
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>