@ -212,7 +212,7 @@ export default {
},
instentProduct(){
if(this.productList.length<=0){
this.$message.error("请先选择解绑产品!");
this.$message.error("请先选择要绑定的产品!");
return;
}
var ids=this.productList.map((item)=> item.id)