浏览代码

[CODE]: 提示信息

maxianghua 4 年之前
父节点
当前提交
6756d741d6
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      src/views/fleet/plans/AddOrUpdate.vue
  2. 2 1
      src/views/fleet/scheduling/AddOrUpdate.vue

+ 2 - 1
src/views/fleet/plans/AddOrUpdate.vue

@@ -1625,7 +1625,8 @@ export default {
               });
             }
           } else {
-            this.msgSuccess("调度安排中有未提交的数据");
+            // this.msgSuccess("调度安排中有未提交的数据");
+            this.msgSuccess("请先提交调度安排的派车信息");
           }
         }
       });

+ 2 - 1
src/views/fleet/scheduling/AddOrUpdate.vue

@@ -1606,7 +1606,8 @@ export default {
               this.showDialog = false;
             });
           } else {
-            this.msgSuccess("调度安排中有未提交的数据");
+            //this.msgSuccess("调度安排中有未提交的数据");
+            this.msgSuccess("请先提交调度安排的派车信息");
           }
         }
       });