From 9b3e7c3c47dc27e531a7b954aa2b3ba500c84b78 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期四, 10 八月 2023 16:33:18 +0800
Subject: [PATCH] 项目整体弹窗提示

---
 src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue b/src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue
index 02953eb..c49e432 100644
--- a/src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue
+++ b/src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue
@@ -285,7 +285,6 @@
       let dictCode = 'mdc_equipmentType'
       let items = []
       items = getDictItemsFromCache(dictCode)
-      console.log(items)
       if (deviceList && items.length > 0) {
         for (let a = 0; a < deviceList.length; a++) {
           if (items && items.length > 0) {
@@ -334,7 +333,11 @@
     efficiencyOptionsOnChange(checkedList) {
       let index = checkedList.indexOf('lyl')
       if (index < 0) {
-        this.$message.warn('涓嶈兘鍙栨秷鏌ヨ鍒╃敤鐜�')
+        // this.$message.warn('涓嶈兘鍙栨秷鏌ヨ鍒╃敤鐜�')
+        this.$notification.warning({
+          message:'娑堟伅',
+          description:"涓嶈兘鍙栨秷鏌ヨ鍒╃敤鐜�"
+        })
         return false
       }
       this.checkedList = checkedList

--
Gitblit v1.9.3