【update】-优化代码
This commit is contained in:
@@ -581,10 +581,12 @@ export default {
|
|||||||
//11月27日 单选会议的处理
|
//11月27日 单选会议的处理
|
||||||
if(submitData.radioKey) {
|
if(submitData.radioKey) {
|
||||||
choiceTopicArr.push(submitData.radioKey)
|
choiceTopicArr.push(submitData.radioKey)
|
||||||
|
delete submitData.radioKey
|
||||||
}
|
}
|
||||||
//11月28日 单选会议的处理
|
//11月28日 单选会议的处理
|
||||||
if(submitData.radioKeyTwo) {
|
if(submitData.radioKeyTwo) {
|
||||||
choiceTopicArr.push(submitData.radioKeyTwo)
|
choiceTopicArr.push(submitData.radioKeyTwo)
|
||||||
|
delete submitData.radioKeyTwo
|
||||||
}
|
}
|
||||||
submitData.choiceTopic = choiceTopicArr.join(',')
|
submitData.choiceTopic = choiceTopicArr.join(',')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user