瀏覽代碼

最少添加一个解决方案

ccf 3 年之前
父節點
當前提交
54c5f3951e
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      pages/otherpage/companyComplete/add/solution_list.vue

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