基于antd-vue实现选中第一个下拉框,第二个下拉框跟着变化,
1、可以再第一个select加change事件改变第二个select的数据联动;2、可以watch监听第一个select的model value,然后改变第二个select数据进行联动;
加个@change