Procházet zdrojové kódy

最少添加一个解决方案

ccf před 3 roky
rodič
revize
54c5f3951e

+ 8 - 1
pages/otherpage/companyComplete/add/solution_list.vue

@@ -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);
+        }
       },
     },
   }