Quellcode durchsuchen

fix(风险监控) 推送OA跳转回显

liu1tian vor 10 Monaten
Ursprung
Commit
7a13d20750
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/ctyc/info/approvalMain.vue

+ 1 - 1
src/views/ctyc/info/approvalMain.vue

@@ -14,7 +14,7 @@ import approval from '@/views/ctyc/info/approval';
 import approved from '@/views/ctyc/info/approved';
 export default {
   mounted() {
-    let code = this.$route.query.code; // 物料ID
+    let code = this.$route.query.mid; // 物料ID
     if(code!= undefined){
       this.ocode = code;
       this.activeName = 'approved';