管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-08 e4c5bd13edea4cf6a1b0f4e825902344b5cb599e
src/views/Archive/index.vue
@@ -7,6 +7,7 @@
    </div>
    <div class="box_item ">
      <div class="box_left">资料类别</div>
      <div class="box_cont">
@@ -34,6 +35,7 @@
          >{{ item.name }}</div>
        </div>
      </div>
      <div class="box_right">
        <div
          class="menu_div subpage_Div"
@@ -1025,7 +1027,7 @@
  methods: {
    downloadMap(index, rows) {
      //     var token = '?token=' + getToken();
      //  debugger
      //
      //  var url = BASE_URL + '/dataLib/downloadFile' + token + '&guid=' + rows.guid+ '&pwd='+  rows.pwd 
      var token = getToken()
    
@@ -1179,7 +1181,8 @@
            pageSize: 10,
            depid: null,
            dirid: null,
            name: null
            name: null,
            verid: null
          }
          this.isMenuActive = false;
@@ -1256,6 +1259,7 @@
    getBatchMetaData() {
      this.batchPage.dirid = '1'
      this.batchPage.depid = '1';
      dataLib_selectByPageForMeta(this.batchPage).then((res) => {
        this.batchPage.count = res.count;
        this.tableData2 = res.result;
@@ -1943,8 +1947,9 @@
  .box_item {
    width: calc(100% - 60px);
    height: auto;
    padding: 10px 30px;
    margin: 5px 30px;
    padding-bottom:5px ;
 border-bottom: 1px solid #dcdfe6;
    align-items: center;
    display: flex;
    float: left;