@@ -1373,6 +1373,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()
@@ -1587,6 +1588,7 @@ export default {
},
//提问按钮
queBtn(){
+ this.fileList = []
this.questionForm = {
pubQue : '',//公共问题
classification: 'INLAND', //标准类型
@@ -1843,6 +1845,10 @@ export default {
text-align: left;
height: auto;
}
+.ansBox{
+ height: calc(~ '100% - 190px');
+ overflow: auto;
+}
.answer-box{
height: auto;
width: auto;