1
lzhe
2024-04-09 879079dda72f3a2f529204e87b382558944fcc51
1
已修改2个文件
7 ■■■■■ 文件已修改
src/style/app.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/master/person/main/personPerson.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/style/app.scss
@@ -35,7 +35,7 @@
.adminui-header-right {display: flex;align-items: center;}
.adminui-header .logo-bar {font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.adminui-header .logo-bar .logo {margin-right: 10px;width: 35px;height: 35px;}
.personalized-logo {width: 422px;height: 58px;}
.personalized-logo {height: 58px;}
.adminui-header .nav {display: flex;height: 100%;margin-left: 40px;}
.adminui-header .nav li {padding:0 10px;margin: 0 10px 0 0;font-size: 14px;color: rgba(255, 255, 255, 0.6);list-style: none;height: 100%;display: flex;align-items: center;cursor: pointer;}
.adminui-header .nav li i {margin-right: 5px;}
src/views/master/person/main/personPerson.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-04-08 11:03:11
 * @LastEditTime: 2024-04-09 18:29:10
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -182,8 +182,9 @@
                })
            },
            delData(type) {
                this.$HTTP.get(`/api/blade-cps/employee/remove?ids=${this.selectId}&type=${type}`).then(res=> {
                this.$HTTP.post(`/api/blade-cps/employee/remove?ids=${this.selectId}&type=${type}`).then(res=> {
                    if(res.code == 200) {
                        this.$message.success("操作成功");
                        this.delPersonModel = false;
                        this.searchPerson();
                        this.getOrganizationList();