Sfoglia il codice sorgente

修改显示协议

zhoux 1 anno fa
parent
commit
795e6c83a1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/mst/agreement/index.vue

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

@@ -30,7 +30,7 @@ export default {
       // 通过id查询
       // 通过id查询
       if (res.code === 200) {
       if (res.code === 200) {
         if(res.data.list && res.data.list.length > 0){
         if(res.data.list && res.data.list.length > 0){
-          this.agcontent = res.data.list[0]
+          this.agcontent = res.data.list[0].agContent
         }
         }
         this.loading = false
         this.loading = false
       } else {
       } else {