如果不做区分那么他的文本框就会使用同一个属性绑定,这时可以再可以再声明一个属性,但是如果使用了for循环的话,就用这个方法直接在每一个数据里面添加一个绑定变量的数据,
//获取参数的方法
async getGoodsCateParams() {
const res = await getGoodsCateParamsAPI(this.current_Cate_Id, {
sel: this.activeName,
});
res.forEach((item) => {
item.attr_vals = item.attr_vals.split(","); //split,splice区别
//添加自定义要绑定的值
item.inputValue = "";
//添加自定义的显示隐藏
item.inputVisible = false;
});