mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
Merge remote-tracking branch 'origin/dev_202306' into dev_0801test
This commit is contained in:
@@ -167,6 +167,30 @@
|
||||
</a-modal>
|
||||
<a-modal
|
||||
v-model:visible="visibleCopyAudience"
|
||||
title="复制受众"
|
||||
width="680px"
|
||||
@ok="handleCopy"
|
||||
@cancel="handleCopyCancel"
|
||||
okText="确认">
|
||||
<div style="margin: 20px 20px">
|
||||
<a-form
|
||||
name="basic"
|
||||
:label-col="{ span: 8 }"
|
||||
:wrapper-col="{ span: 16 }"
|
||||
autocomplete="off"
|
||||
|
||||
>
|
||||
<a-form-item
|
||||
label="受众名称"
|
||||
name="audienceName"
|
||||
>
|
||||
<a-input style="width:300px" show-count :maxlength="30" v-model:value="audienceName" placeholder="请填写受众名称" />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</div>
|
||||
</a-modal>
|
||||
<a-modal
|
||||
v-model:visible="visibleCopyAudience1"
|
||||
:footer="null"
|
||||
:closable="false"
|
||||
style="margin-top: 250px"
|
||||
@@ -1093,6 +1117,7 @@ function timeChange(time, timeStr) {
|
||||
}
|
||||
|
||||
const handleSearch = () => {
|
||||
searchData.value.pageNo = 1;
|
||||
console.log("handleSearch searchDate:",searchData.value);
|
||||
getAudiencePageList();
|
||||
// fetch();
|
||||
|
||||
Reference in New Issue
Block a user