Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
hanshaozhuang
2022-06-21 15:12:16 +08:00
3 changed files with 3 additions and 1 deletions
@@ -197,7 +197,6 @@ export default {
}, res => {
if(res.respCode === '200'){
this.$emit('emitInsState',true)
this.$message.success('归档成功')
}
}, e => {
})
@@ -1665,6 +1665,8 @@ export default {
//提问按钮
queBtn(){
this.fileList = []
// 清空提问
this.standType = "INLAND"
this.questionForm = {
pubQue : '',//公共问题
classification: 'INLAND', //标准类型
@@ -1040,6 +1040,7 @@ export default {
//提问按钮
queBtn(){
this.fileList = []
this.standType = "INLAND"
this.questionForm = {
pubQue : '',//公共问题
classification: 'INLAND', //标准类型