Commit 23cb8c94 authored by zhengke's avatar zhengke

no message

parent 44c13ced
...@@ -505,7 +505,6 @@ const getTemplateQuery = async () => { ...@@ -505,7 +505,6 @@ const getTemplateQuery = async () => {
} }
//颜色 //颜色
if (tempData && tempData.ColorList) { if (tempData && tempData.ColorList) {
console.log(tempData.ColorList.length,'----')
colorArrOther.value = tempData.ColorList.filter((x,index)=>{ colorArrOther.value = tempData.ColorList.filter((x,index)=>{
if(model.value==1){ return index>=15 } if(model.value==1){ return index>=15 }
else return index>=7 else return index>=7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment