Explorar el Código

申请单流程跳转

002390 hace 1 año
padre
commit
abea3a835d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/material/requisition/index.vue

+ 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)