From 066d3affec71ead9696cea1f4b4f9abf4e3c6c51 Mon Sep 17 00:00:00 2001 From: lius <Lius2225@163.com> Date: 星期二, 19 九月 2023 14:29:25 +0800 Subject: [PATCH] 部分提示问题 --- src/views/mdc/base/modules/DepartList/DepartListContent/DepartList.vue | 6 +++--- src/views/mdc/base/modules/deviceManager/TierModel.vue | 2 +- src/views/mdc/base/modules/DepartList/DepartListTree/modules/DepartTree/TierModel.vue | 2 +- src/views/mdc/base/modules/DepartList/DepartListContent/DepartModel.vue | 2 +- src/views/mdc/base/modules/DepartList/DepartListContent/TierModel.vue | 2 +- src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartList.vue b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartList.vue index b41aca0..9aea25f 100644 --- a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartList.vue +++ b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartList.vue @@ -372,7 +372,7 @@ //閲嶆柊璁$畻鍒嗛〉闂 that.reCalculatePage(that.selectedRowKeys.length) // that.$message.success(res.message); - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:res.message }); @@ -404,7 +404,7 @@ //閲嶆柊璁$畻鍒嗛〉闂 that.reCalculatePage(1) // that.$message.success(res.message); - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:res.message }); @@ -431,7 +431,7 @@ //閲嶆柊璁$畻鍒嗛〉闂 that.reCalculatePage(1) // that.$message.success(res.message); - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:res.message }); diff --git a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartModel.vue b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartModel.vue index e6a8da8..a2926e8 100644 --- a/src/views/mdc/base/modules/DepartList/DepartListContent/DepartModel.vue +++ b/src/views/mdc/base/modules/DepartList/DepartListContent/DepartModel.vue @@ -156,7 +156,7 @@ obj.then((res) => { if (res.success) { // that.$message.success("娣诲姞鎴愬姛") - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:"娣诲姞鎴愬姛" }); diff --git a/src/views/mdc/base/modules/DepartList/DepartListContent/TierModel.vue b/src/views/mdc/base/modules/DepartList/DepartListContent/TierModel.vue index 13d01c0..3f5ea20 100644 --- a/src/views/mdc/base/modules/DepartList/DepartListContent/TierModel.vue +++ b/src/views/mdc/base/modules/DepartList/DepartListContent/TierModel.vue @@ -160,7 +160,7 @@ obj.then((res) => { if (res.success) { // that.$message.success("鎴愬姛") - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:"鎴愬姛" }); diff --git a/src/views/mdc/base/modules/DepartList/DepartListTree/modules/DepartTree/TierModel.vue b/src/views/mdc/base/modules/DepartList/DepartListTree/modules/DepartTree/TierModel.vue index acbee7b..0899353 100644 --- a/src/views/mdc/base/modules/DepartList/DepartListTree/modules/DepartTree/TierModel.vue +++ b/src/views/mdc/base/modules/DepartList/DepartListTree/modules/DepartTree/TierModel.vue @@ -159,7 +159,7 @@ obj.then((res) => { if (res.success) { // that.$message.success("缂栬緫鎴愬姛") - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:"缂栬緫鎴愬姛" }); diff --git a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue index 6f62998..0d19c1a 100644 --- a/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue +++ b/src/views/mdc/base/modules/deviceCalendar/DeviceCalendarAddCon.vue @@ -217,7 +217,7 @@ postAction(this.url.settingCalendar, formData).then((res) => { if (res.success) { // that.$message.success(res.message) - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:res.message }); diff --git a/src/views/mdc/base/modules/deviceManager/TierModel.vue b/src/views/mdc/base/modules/deviceManager/TierModel.vue index abb11e6..cf6f5f5 100644 --- a/src/views/mdc/base/modules/deviceManager/TierModel.vue +++ b/src/views/mdc/base/modules/deviceManager/TierModel.vue @@ -157,7 +157,7 @@ obj.then((res) => { if (res.success) { // that.$message.success("鎴愬姛") - that.$notification.warning({ + that.$notification.success({ message:'娑堟伅', description:"鎴愬姛" }); -- Gitblit v1.9.3