1
lzhe
2024-12-20 2b5e32409797633ded79422d1e6ccbd213c8d9c6
src/views/master/person/main/personPost.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-10 15:44:08
 * @LastEditTime: 2024-12-18 15:13:20
 * @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
-->
@@ -110,7 +110,7 @@
         getExport() {
            this.$HTTP.get(`/api/blade-system/post/export-post?`+this.$TOOL.qsStringify(this.postSearchData)).then(res=> {
               if(res.code == 200) {
                  window.open(res.data.link);
                  this.$TOOL.downFile(res.data.link,res.data.originalName);
               }
            })
         },
@@ -234,7 +234,7 @@
      border-left: 0px;
   }
   .person-left-active {
      background-color: #3b8e8e;
      background-color: #409eff;
      color: #fff;
   }
   .person-left-search {