diff --git a/src/pages/personal/pages/my-questions/components/answerItem.vue b/src/pages/personal/pages/my-questions/components/answerItem.vue
index 7855ce2a4..453bed1d8 100644
--- a/src/pages/personal/pages/my-questions/components/answerItem.vue
+++ b/src/pages/personal/pages/my-questions/components/answerItem.vue
@@ -108,7 +108,10 @@ export default {
this.$http.postData('lawss/Reply/insertReply',{ ...this.form },{
_this: this
}, res => {
-
+ if(res.merge === '添加成功'){
+ this.form.reply = ''
+ this.fileList = []
+ }
}, e => {
})
diff --git a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue
index 8820de43e..141c8c910 100644
--- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue
+++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue
@@ -16,14 +16,14 @@
-
+
{{answer.answerer}}
{{answer.replyTime}}
-
diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue
index dcdaf6b1d..81ea17608 100644
--- a/src/pages/personal/pages/my-questions/index.vue
+++ b/src/pages/personal/pages/my-questions/index.vue
@@ -1864,7 +1864,7 @@ export default {
//border-top: 1px solid #cccccc;
}
/deep/.el-upload-dragger{
- width: 450px !important;
+ width: 495px !important;
}
.el-input{
width: 90%;
diff --git a/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
index cce1dd688..ab94073d8 100644
--- a/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
+++ b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
@@ -16,7 +16,7 @@
-
+
{{answer.answerer}}
{{answer.replyTime}}
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue
index b5a863a90..8cc76e9ab 100644
--- a/src/pages/regulatoryRepository/standQA/index.vue
+++ b/src/pages/regulatoryRepository/standQA/index.vue
@@ -847,6 +847,7 @@ export default {
this.handleSelectForm.standCode = this.handleSelectForm.lawNumber
},
addList() {
+ this.handleSelectForm.lawNumber = ''
this.handleSelectForm.dataSource = this.standType
this.handleSelectForm.standType = this.standType
this.searchLawBtn()
@@ -1004,6 +1005,7 @@ export default {
},
//提问按钮
queBtn(){
+ this.fileList = []
this.questionForm = {
pubQue : '',//公共问题
classification: 'INLAND', //标准类型
@@ -1242,7 +1244,7 @@ export default {
//border-top: 1px solid #cccccc;
}
/deep/.el-upload-dragger{
- width: 450px !important;
+ width: 490px !important;
}
.el-input{
width: 90%;