问答提交后回显
This commit is contained in:
@@ -1928,6 +1928,14 @@ export default {
|
||||
// })
|
||||
// this.questionForm.fileInfo = list
|
||||
},
|
||||
submitGetData(){
|
||||
this.activeName = 'myQue'
|
||||
this.handleClick()
|
||||
this.activeType = this.standType
|
||||
this.sourceClick();
|
||||
this.activestand = this.handleSelectTableList[0].id
|
||||
this.standClick();
|
||||
},
|
||||
//提交问题
|
||||
queSubmit(){
|
||||
if(this.standType === 'OTHER'){
|
||||
@@ -1980,6 +1988,7 @@ export default {
|
||||
{
|
||||
_this: this
|
||||
}, res => {
|
||||
this.submitGetData();
|
||||
}, e => {
|
||||
})
|
||||
}, e => {
|
||||
|
||||
@@ -1963,6 +1963,14 @@ export default {
|
||||
// })
|
||||
// this.questionForm.fileInfo = list
|
||||
},
|
||||
submitGetData(){
|
||||
this.activeName = 'myQue'
|
||||
this.handleClick()
|
||||
this.activeType = this.standType
|
||||
this.sourceClick();
|
||||
this.activestand = this.handleSelectTableList[0].id
|
||||
this.standClick();
|
||||
},
|
||||
//提交问题
|
||||
queSubmit(){
|
||||
if(this.standType === 'OTHER'){
|
||||
@@ -2015,6 +2023,7 @@ export default {
|
||||
{
|
||||
_this: this
|
||||
}, res => {
|
||||
this.submitGetData();
|
||||
}, e => {
|
||||
})
|
||||
}, e => {
|
||||
|
||||
Reference in New Issue
Block a user