|
@@ -37,7 +37,7 @@
|
|
label="父文章"
|
|
label="父文章"
|
|
:labelCol="labelCol"
|
|
:labelCol="labelCol"
|
|
:wrapperCol="wrapperCol"
|
|
:wrapperCol="wrapperCol"
|
|
- v-show="type==3||type==4||type==5"
|
|
|
|
|
|
+ v-show="type==3||type==4||type==5||type==6"
|
|
>
|
|
>
|
|
<a-select v-decorator="['parentId']" >
|
|
<a-select v-decorator="['parentId']" >
|
|
<a-select-option
|
|
<a-select-option
|
|
@@ -269,6 +269,10 @@ export default {
|
|
handleCancel (values) {
|
|
handleCancel (values) {
|
|
this.visible = false
|
|
this.visible = false
|
|
this.confirmLoading = false
|
|
this.confirmLoading = false
|
|
|
|
+ this.content = ''
|
|
|
|
+ this.topFlag = ''
|
|
|
|
+ this.status = 1
|
|
|
|
+ this.picture = ''
|
|
this.form.resetFields()
|
|
this.form.resetFields()
|
|
if (this.BaseTool.Object.isNotBlank(values)) {
|
|
if (this.BaseTool.Object.isNotBlank(values)) {
|
|
this.$emit('ok', values)
|
|
this.$emit('ok', values)
|