From a7ad34733b7e37f032520c6415143aed088ae803 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 26 四月 2023 15:52:19 +0800
Subject: [PATCH] 导出用户

---
 src/views/common/Publicity.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/common/Publicity.vue b/src/views/common/Publicity.vue
index 1890932..9c1292e 100644
--- a/src/views/common/Publicity.vue
+++ b/src/views/common/Publicity.vue
@@ -22,7 +22,7 @@
           <el-form-item>
             <el-upload name="multipartFile" class="upload-demo" action="/api/publicity/upload " :show-file-list="false"
                        :before-upload="beforeAvatarUpload" :on-success="respond" :limit="1">
-              <el-button type="primary">瀵煎叆</el-button>
+<!--              <el-button type="primary">瀵煎叆</el-button>-->
             </el-upload>
           </el-form-item>
         </el-form>
@@ -369,6 +369,7 @@
             if (!vaild) return this.$message.error('杈撳叆鏈夎')
             let param = null;
             param = JSON.parse(JSON.stringify(this.addPublicityForm));
+            console.log(param)
             param.photoStr = param.img.map(item => item.name).join(',');
             addPublicityList(param).then(res => {
                   this.$message({
@@ -456,4 +457,4 @@
 .freePic ::v-deep .el-upload--picture-card {
   display: none;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0