Browse Source

fix: 客户群群发 - 前端表单校验逻辑

zhengxy 1 year ago
parent
commit
b213897802

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.08f5f215adb2b76073527288c4bc134f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.7b65744ced6957946881.js></script><script type=text/javascript src=./static/js/app.f26019640adf8d4ff456.js></script></body></html>
10
+      })();</script><link href=./static/css/app.4fe5457ece4bdb06e547947314d72ea8.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.8c123310adad738f2b7f.js></script><script type=text/javascript src=./static/js/app.f26019640adf8d4ff456.js></script></body></html>

+ 1 - 1
project/src/components/customOperate/chatGroup/createMsg.vue

@@ -360,7 +360,7 @@ export default {
360 360
       }
361 361
 
362 362
       if (this.operate_type == 1) { // 单主体判空
363
-        if (this.is_for_all == 0 && (!this.user_id_list || this.user_id_list.length == 0)) {
363
+        if (this.send_mode == 1 && this.is_for_all == 0 && (!this.user_id_list || this.user_id_list.length == 0)) {
364 364
           this.$message({
365 365
             message: '请选择群主!',
366 366
             type: "warning"

File diff suppressed because it is too large
+ 1 - 1
static/css/app.08f5f215adb2b76073527288c4bc134f.css


File diff suppressed because it is too large
+ 2 - 2
static/js/0.6259cc4f43055ae814d2.js


File diff suppressed because it is too large
+ 1 - 1
static/js/manifest.7b65744ced6957946881.js