Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -197,7 +197,6 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
if(res.respCode === '200'){
|
if(res.respCode === '200'){
|
||||||
this.$emit('emitInsState',true)
|
this.$emit('emitInsState',true)
|
||||||
this.$message.success('归档成功')
|
|
||||||
}
|
}
|
||||||
}, e => {
|
}, e => {
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1665,6 +1665,8 @@ export default {
|
|||||||
//提问按钮
|
//提问按钮
|
||||||
queBtn(){
|
queBtn(){
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
|
// 清空提问
|
||||||
|
this.standType = "INLAND"
|
||||||
this.questionForm = {
|
this.questionForm = {
|
||||||
pubQue : '',//公共问题
|
pubQue : '',//公共问题
|
||||||
classification: 'INLAND', //标准类型
|
classification: 'INLAND', //标准类型
|
||||||
|
|||||||
@@ -1040,6 +1040,7 @@ export default {
|
|||||||
//提问按钮
|
//提问按钮
|
||||||
queBtn(){
|
queBtn(){
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
|
this.standType = "INLAND"
|
||||||
this.questionForm = {
|
this.questionForm = {
|
||||||
pubQue : '',//公共问题
|
pubQue : '',//公共问题
|
||||||
classification: 'INLAND', //标准类型
|
classification: 'INLAND', //标准类型
|
||||||
|
|||||||
Reference in New Issue
Block a user