@@ -81,7 +81,14 @@
},
async next()
{
- this.$emit("active_set",3);
+ if(this.service_provider_data.length==0)
+ {
+ this.$message.error("最少添加一个解决方案");
+ }
+ else
+ this.$emit("active_set",3);
}