Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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', //标准类型
|
||||
|
||||
Reference in New Issue
Block a user