Browse Source

明细点击

jbb 2 years ago
parent
commit
c66d7e4d31
1 changed files with 1 additions and 2 deletions
  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{