Преглед на файлове

Merge branch 'master' of http://101.43.129.26:10880/psychological_camera/cpdm_manage into fix-new-第二版

plg преди 4 месеца
родител
ревизия
f890071595
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/components/Report1.vue

+ 4 - 4
src/components/Report1.vue

@@ -691,10 +691,10 @@ export default {
             myChart.setOption(this.option);
           }
         } else {
-          ElMessage({
-            message: res.msg,
-            type: "error",
-          });
+          this.$message({
+            type:'error',
+            message:res.msg
+          })
         }
       });
     },