jbb hace 2 años
padre
commit
c66d7e4d31
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/reportForms/full-rate-table/detail.vue

+ 1 - 2
src/views/reportForms/full-rate-table/detail.vue

@@ -139,9 +139,8 @@ export default {
           this.detailModVis = false
       },
       sonFullSetRate(record){
-        fullRateClick({mODetailsID:record.mODetailsID}).then(res => {
+        fullRateClick({mODetailsID:record.modetailsID}).then(res => {
           if (res.success) {
-            debugger
             this.$refs.SubcomponentRate.SubcomponentModVis = true
             this.$refs.SubcomponentRate.SubcomponentRateData = res.result
           }else{