From a98ea80bb657d6a28d7e92bc7f03a9bfd7def0c2 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 18 八月 2023 17:08:22 +0800
Subject: [PATCH] update

---
 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