From aac927d42bfa7cbf1aaa14bf206f6eeb0bb9f286 Mon Sep 17 00:00:00 2001
From: cl <418351270@qq.com>
Date: 星期四, 18 一月 2024 10:10:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 jcdm-ui/src/views/main/om/productionOrde/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/jcdm-ui/src/views/main/om/productionOrde/index.vue b/jcdm-ui/src/views/main/om/productionOrde/index.vue
index dcc19bf..18d0e3f 100644
--- a/jcdm-ui/src/views/main/om/productionOrde/index.vue
+++ b/jcdm-ui/src/views/main/om/productionOrde/index.vue
@@ -117,9 +117,9 @@
 <!--      </el-col>-->
       <el-col :span="1.5">
         <el-button
-          type="warning"
+          type="success"
           plain
-          icon="el-icon-download"
+          icon="el-icon-wind-power"
           size="mini"
           @click="getProductionNotice"
           v-hasPermi="['om:productionOrde:receive']"
@@ -552,7 +552,8 @@
 
     getProductionNotice(){
       getProductionNotice(this.queryParams).then(response => {
-        this.$modal.msgSuccess(response.data.msg);
+
+        this.$modal.msgSuccess(response.msg);
         this.queryParams = {}
         this.getList();
       });

--
Gitblit v1.9.3