zhengpz
2021-08-20 7fbe838496148877bc5fe055e3098b3bc00a113d
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory
3 files modified
16 ■■■■ changed files
src/styles/element-ui.scss 5 ●●●●● patch | view | raw | blame | history
src/views/securityGuardManagement/register.vue 7 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -587,3 +587,8 @@
.el-range-editor--mini .el-range-input {
  background-color: transparent !important;
}
// 右侧弹窗  表格显影功能  背景
.el-drawer__open .el-drawer.rtl {
  background-color: $mainB !important;
}
src/views/securityGuardManagement/register.vue
@@ -847,7 +847,12 @@
    },
    nodeClick(data) {
      //   this.treeDeptId = data.id;
      this.jurisdiction = data.id;
      // console.log(data, 55555);
      if (data.title != "南昌市公安局") {
        this.jurisdiction = data.id;
      } else {
        this.jurisdiction = "";
      }
      this.page.currentPage = 1;
      this.onLoad(this.page);
    },
vue.config.js
@@ -30,10 +30,10 @@
        // target: 'http://192.168.0.109:1',
        //远程演示服务地址,可用于直接启动项目
        // target: 'http://2h3f861221.wicp.vip:58646',
        target: 'http://s16s652780.51mypc.cn/api',
        // target: 'http://s16s652780.51mypc.cn/api',
        // target: 'http://192.168.0.114:82',
        // target: 'http://192.168.0.109:82',
        // target: 'http://s16s652780.51mypc.cn/api',
        target: 'http://s16s652780.51mypc.cn/api',
        // 服务器使用
        // target: 'http://localhost:82',
        ws: true,