Browse Source

删除debugger

jbb 1 year ago
parent
commit
c23dbf92dd
1 changed files with 0 additions and 1 deletions
  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)
        },