소스 검색

明细点击

jbb 2 년 전
부모
커밋
c66d7e4d31
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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{