|
@@ -101,7 +101,7 @@ export default {
|
|
|
getDetails({ docId: this.query, phone: this.tel }).then((res) => {
|
|
|
console.log(res)
|
|
|
if (res.data.data.status === 1) {
|
|
|
- let item = res.data.data.detail
|
|
|
+ const item = res.data.data.detail
|
|
|
console.log(item)
|
|
|
this.response.docName = item.docName
|
|
|
this.response.price = item.price
|