002390 1 жил өмнө
parent
commit
abea3a835d

+ 1 - 1
src/views/material/requisition/index.vue

@@ -259,7 +259,7 @@
 
         try {
 
-          let {code,msg,oaUrl} = await toOA(name,row.id);
+          let {code,msg,oaUrl} = await toOA(name,row.oaId);
 
           if(code == 200){
             window.open(oaUrl)