Explorar el Código

删除debugger

jbb hace 2 años
padre
commit
c23dbf92dd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/oa/MaterialInDetailList.vue

+ 0 - 1
src/views/oa/MaterialInDetailList.vue

@@ -296,7 +296,6 @@
         this.$refs.multiAddModalForm.disableSubmit = false;
       },
       print(row){
-        debugger
         var printMouldUrl = 'http://172.18.91.36:8081/jeecg-boot/jmreport/shareView/834588108278550528'+'?id='+row.cdMaterialInId
         window.open(printMouldUrl)
        },