管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-20 b04816ec6bffbdc84dfe44aff256ec38f49e4dcf
src/views/Archive/index.vue
@@ -1113,10 +1113,14 @@
        return;
      }
      this.downloadLogVisible = false;
      var obj = {
        entities: [this.listTypeData.name], // bpachydrogeology,bhydrogeologyattach
        filter: this.listTypeData.filter,
        pwd: encrypt.encrypt(this.codeForm.password)
        pwd: encrypt.encrypt(this.codeForm.password),
        depcodes: [this.listData.depcode],
        dirs: this.listData.dirs
      };
      this.loading = true;
      var that = this;
@@ -1872,6 +1876,7 @@
      var data2 = domains.result;
      this.formInline.fileName = ""
      var std = [];
      this.filedsOption=[];
      for (var i in data1) {
        if (data1[i].type != 'geomtry' && data1[i].type != 'null') {
@@ -2276,8 +2281,8 @@
  /deeep/.el-form-item {
    margin-bottom: 0px;
  }
   /deeep/ .el-dialog__wrapper{
    z-index: 999;
  .el-dialog__wrapper {
    z-index: 9999;
  }
}
</style>