changhaoning 1 년 전
부모
커밋
9f028500bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/mst/agreement/index.vue

+ 1 - 1
src/view/mst/agreement/index.vue

@@ -27,7 +27,7 @@ export default {
     console.log('this.$route.query', this.$route.query)
     this.loading = true
     let id = this.$route.query.agId
-    this.excuteNoParam(this.$service.agreementService, this.$service.agreementService.selectById, [id]).then(res => {
+    this.excuteNoParam(this.$service.agreementService, this.$service.agreementService.selectById, [id],false).then(res => {
       // 通过id查询
       if (res.code === 200) {
         this.agcontent = res.data.agContent