Commit 08cd00e066781e8f8febb19708219aed45e58c3a
1 parent
af6c9d95
优化一些bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/contract/contractDetailApi.js
| @@ -24,7 +24,7 @@ export function queryContract(params) { | @@ -24,7 +24,7 @@ export function queryContract(params) { | ||
| 24 | export function getContractRooms(params) { | 24 | export function getContractRooms(params) { |
| 25 | return new Promise((resolve, reject) => { | 25 | return new Promise((resolve, reject) => { |
| 26 | request({ | 26 | request({ |
| 27 | - url: '/contract/getContractRooms', | 27 | + url: '/contract/queryContractRoom', |
| 28 | method: 'get', | 28 | method: 'get', |
| 29 | params | 29 | params |
| 30 | }).then(response => { | 30 | }).then(response => { |