yrik 4 년 전
부모
커밋
d4ebe5e50f
3개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      ruoyi-ui/package.json
  2. 5 0
      ruoyi-ui/src/components/HistoricalProcess/index.vue
  3. 5 0
      ruoyi-ui/src/components/todoProcess/index.vue

+ 2 - 3
ruoyi-ui/package.json

@@ -38,7 +38,7 @@
   "dependencies": {
   "dependencies": {
     "@riophae/vue-treeselect": "0.4.0",
     "@riophae/vue-treeselect": "0.4.0",
     "axios": "0.21.0",
     "axios": "0.21.0",
-    "burgeon-ui": "^1.0.56",
+    "burgeon-ui": "1.0.46",
     "clipboard": "2.0.6",
     "clipboard": "2.0.6",
     "core-js": "3.8.1",
     "core-js": "3.8.1",
     "echarts": "4.9.0",
     "echarts": "4.9.0",
@@ -58,8 +58,7 @@
     "vue-cropper": "0.5.5",
     "vue-cropper": "0.5.5",
     "vue-router": "3.4.9",
     "vue-router": "3.4.9",
     "vuedraggable": "2.24.3",
     "vuedraggable": "2.24.3",
-    "vuex": "3.6.0",
-    "burgeon-ui": "1.0.46"
+    "vuex": "3.6.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@vue/cli-plugin-babel": "4.4.6",
     "@vue/cli-plugin-babel": "4.4.6",

+ 5 - 0
ruoyi-ui/src/components/HistoricalProcess/index.vue

@@ -321,6 +321,11 @@ export default {
           let data = res.data;
           let data = res.data;
           this.total = data.total;
           this.total = data.total;
           this.data = data.records;
           this.data = data.records;
+        }else{
+          this.$message({
+                   message: res.resultMsg,
+                   type: 'warning'
+                 });
         }
         }
       });
       });
     },
     },

+ 5 - 0
ruoyi-ui/src/components/todoProcess/index.vue

@@ -385,6 +385,11 @@ export default {
           this.data = res.data.records;
           this.data = res.data.records;
           console.log(res.data.records,23456)
           console.log(res.data.records,23456)
           // console.log(this.data,2345)
           // console.log(this.data,2345)
+        }else{
+          this.$message({
+                   message: res.resultMsg,
+                   type: 'warning'
+                 });
         }
         }
       console.log(this.data,2345)
       console.log(this.data,2345)
       });
       });