|
@@ -124,7 +124,9 @@
|
|
|
>
|
|
|
<a-button><a-icon type="upload" />文件上传</a-button>
|
|
|
</a-upload>
|
|
|
- <p class="upload-txt-rules">1、文件格式:支持上传*.txt(utf-8)文本;也支持将单个/多个*.txt文件经过Zip格式压缩上传</p>
|
|
|
+ <p class="upload-txt-rules">
|
|
|
+ 1、文件格式:支持上传*.txt(utf-8)文本;也支持将单个/多个*.txt文件经过Zip格式压缩上传
|
|
|
+ </p>
|
|
|
<p class="upload-txt-rules">2、文件大小:单个文件大小不能超过1G</p>
|
|
|
<p class="upload-txt-rules">3、内容编排:每行一条记录</p>
|
|
|
</a-form-model-item>
|
|
@@ -476,7 +478,7 @@ export default {
|
|
|
handlePushSure() {
|
|
|
const paramsData = {
|
|
|
accountIds: this.finallyRightTree.map(item => item.key),
|
|
|
- orientationId: this.tableSelectList.orientationId,
|
|
|
+ signature: this.tableSelectList.signature,
|
|
|
accountId: this.tableSelectList.accountId
|
|
|
};
|
|
|
postAction('/kuaishouCrowdPack/accountPush', paramsData).then(result => {
|