Commit 11b2c1c6 authored by Mac's avatar Mac

1

parent aa9e4881
......@@ -96,7 +96,7 @@
ref="Id" :options="platTypeList" label="发布平台" :dense="false" emit-value map-options />
<div style="display: flex;align-items: center;margin: 10px 0 ;">
展示方式:
<q-radio v-model="publishMsg.IsPreview" val="0" label="上传不发布" />
<q-radio v-model="publishMsg.IsPreview" val="0" label="上传不发布" v-if="publishMsg.Type==1"/>
<q-radio v-model="publishMsg.IsPreview" val="1" label="预览" @input="publishMsg.TagId=''"/>
<q-radio v-model="publishMsg.IsPreview" val="2" label="群发" @input="publishMsg.TagId=''"/>
</div>
......@@ -293,6 +293,8 @@
this.publishMsg.PlatformId = 1;//默认为微信公众号
this.publishMsg.IsPreview = '1';
this.publishMsg.TagId = '';
this.publishMsg.Type = row.Type;
this.releasedialog = true
},
releaserecord(row){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment