提交 c2e01fbd authored 作者: 翟畅's avatar 翟畅

zc部门创建

上级 4458a95f
......@@ -42,7 +42,7 @@
<el-input v-model="contentForm.linkUrl" style="width:30%"></el-input>
<span class="line_tip" style="margin-left:20px">默认以 http://,如果使用https://开头请手动输入</span>
</el-form-item>
<el-form-item label="资讯内容:" :prop="contentForm.linkType == '1'?'content':''" ref="content">
<el-form-item label="资讯内容:" :prop="contentForm.linkType != '2'?'content':''" ref="content">
<div class="Ueditor">
<vue-ueditor-wrap v-model="contentForm.content" :config="configMsg" @input="verify"></vue-ueditor-wrap>
</div>
......
......@@ -39,7 +39,7 @@ export default {
departmentName: null,
synopsis: null,
id: null,
parentId: null,
parentId: 0,
code: null,
rules: null,
},
......@@ -71,7 +71,7 @@ export default {
this.pram.departmentName = departmentName
this.pram.synopsis = synopsis
this.pram.id = id
this.pram.parentId = parentId
this.pram.parentId = 0
this.pram.rules = rules
this.pram.code = code
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论