From eec43c1bacf1ed970f3ba87a5b228a773ece5e6b Mon Sep 17 00:00:00 2001 From: revive <1664535558@qq.com> Date: Fri, 20 Nov 2020 17:05:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components_web/newProj/newProj.vue | 10 +- .../projSetting/projSetting.vue | 2 +- src/views/manage_company/user/index.vue | 475 ++++++------------ src/views/manage_system/customer/index.vue | 195 +++---- 4 files changed, 261 insertions(+), 421 deletions(-) diff --git a/src/views/components_web/newProj/newProj.vue b/src/views/components_web/newProj/newProj.vue index a573873f..887962be 100644 --- a/src/views/components_web/newProj/newProj.vue +++ b/src/views/components_web/newProj/newProj.vue @@ -1459,7 +1459,6 @@ },3000) } else { thisApp.$notify.error({ - title: '温馨提示', message: res.Msg, offset: 100, duration: 5000, @@ -1537,8 +1536,7 @@ goprojInfo: function() { if (this.newProjData.projectData.projName == undefined || this.newProjData.projectData.projName == null || this.newProjData.projectData.projName == "") { - this.$notify({ - + this.$notify({ message: "请输入项目名称。", type: "warning", offset: 100, @@ -1548,8 +1546,7 @@ } let rg = /[/\\]{1,}/g; if (rg.test(this.newProjData.projectData.projName)) { - this.$notify({ - + this.$notify({ message: "项目名称请不要包含'/' '\\'等字符。", type: "warning", offset: 100, @@ -1559,8 +1556,7 @@ } if (this.newProjData.projectData.templateID == undefined || this.newProjData.projectData.templateID == null || this.newProjData.projectData.templateID == "") { - this.$notify({ - + this.$notify({ message: "请选择工作链。", type: "warning", offset: 100, diff --git a/src/views/components_web/projSetting/projSetting.vue b/src/views/components_web/projSetting/projSetting.vue index fe1ebc8e..d5ccd56d 100644 --- a/src/views/components_web/projSetting/projSetting.vue +++ b/src/views/components_web/projSetting/projSetting.vue @@ -737,7 +737,7 @@ import { wrapOssProtocol} from "@/services/oss"; // },2000) } else { this.$notify({ - message: '项目信息修改出现错误.', + message: '项目信息修改出现错误。', type: "error", offset: 30, duration: 5000 diff --git a/src/views/manage_company/user/index.vue b/src/views/manage_company/user/index.vue index a406db5b..4698b1a1 100644 --- a/src/views/manage_company/user/index.vue +++ b/src/views/manage_company/user/index.vue @@ -176,6 +176,7 @@