| | |
| | | checkMore4:[], |
| | | checkMore5:[], |
| | | checkMore6:[], |
| | | checkList1:['C级'], |
| | | checkList2:['D级'], |
| | | checkList1:['C级','D级'], |
| | | checkList2:['C级','D级'], |
| | | checkMoreList:['C级','D级'], |
| | | storage1:{ |
| | | id:null, |
| | |
| | | justifySingle(value){ |
| | | if(value === 1){ |
| | | if(this.checked1 === true){ |
| | | this.checkMore1 = ['C级'] |
| | | this.checkMore1 = ['C级','D级'] |
| | | }else{ |
| | | this.checkMore1 = [] |
| | | } |
| | | }else if(value ===2){ |
| | | if(this.checked2 === true){ |
| | | this.checkMore2 = ['D级'] |
| | | this.checkMore2 = ['C级','D级'] |
| | | }else{ |
| | | this.checkMore2 = [] |
| | | } |
| | |
| | | } |
| | | }else if(value === 4){ |
| | | if(this.checked4 === true){ |
| | | this.checkMore4 = ['C级'] |
| | | this.checkMore4 = ['C级','D级'] |
| | | }else{ |
| | | this.checkMore4 = [] |
| | | } |
| | |
| | | } |
| | | }else{ |
| | | if(this.checked6 === true){ |
| | | this.checkMore6 = ['D级'] |
| | | this.checkMore6 = ['C级','D级'] |
| | | }else{ |
| | | this.checkMore6 = [] |
| | | } |