feat: There is no way the, bug #55879 点击提问 重置类型参数默认选择国内 防止 缓存没被重置

This commit is contained in:
396572590@qq.com
2022-06-21 15:09:59 +08:00
parent 2a2acd0f88
commit 1e82f615aa
2 changed files with 3 additions and 0 deletions
@@ -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', //标准类型