| 12345678910111213141516171819 |
- export default {
- data() {
- return {
- };
- },
- methods: {
- // 离开全选input alone
- initAloneAllInput(){
- this.isAloneAllActive=true;
- this.isAloneAllFocus=true;
- },
- initWeightAllInput(){
- this.isWeightActive=true;
- this.isWeightFocus=true;
- },
- }
- };
|