wechat_staff/components/disCase/index.js
@@ -104,8 +104,7 @@ const paramIndex = e.currentTarget.dataset.index const { cateList, tagCodes, activeParam, activeIndex } = this.data const index = tagCodes.indexOf(code) if(index === -1){ if( cateList[activeIndex].tempParamIndex==null || cateList[activeIndex].tempParamIndex != paramIndex){ cateList[activeIndex].tempParamIndex = paramIndex cateList[activeIndex].tempParamName = activeParam[paramIndex].labelValueName cateList[activeIndex].tempParamCode = code