switch 开关失效无法切换,可以关闭,无法开启。
发现问题点
require-table.js 中toggle
value的数据类型不是 number 导致 (value ? no : yes )判断总为no;
前面将value 强制转换为number类型即可