【update】-优化代码

This commit is contained in:
fengchenchen
2023-11-05 10:36:37 +08:00
parent 3b27a397ee
commit 97aed1ced5
@@ -581,10 +581,12 @@ export default {
//11月27日 单选会议的处理
if(submitData.radioKey) {
choiceTopicArr.push(submitData.radioKey)
delete submitData.radioKey
}
//11月28日 单选会议的处理
if(submitData.radioKeyTwo) {
choiceTopicArr.push(submitData.radioKeyTwo)
delete submitData.radioKeyTwo
}
submitData.choiceTopic = choiceTopicArr.join(',')
}