|
|
|
@ -157,10 +157,7 @@ |
|
|
|
</template> |
|
|
|
<script> |
|
|
|
import {assetClassInfo,getProvince,getCity,getArea,} from '../../api/index' |
|
|
|
<<<<<<< HEAD |
|
|
|
import bus from '../common/bus' |
|
|
|
======= |
|
|
|
>>>>>>> 4d64f54053961759a3b806da4fe29546dd47eb26 |
|
|
|
export default { |
|
|
|
data(){ |
|
|
|
return{ |
|
|
|
@ -185,13 +182,10 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
created(){ |
|
|
|
<<<<<<< HEAD |
|
|
|
console.info(this.$route.query) |
|
|
|
bus.$on('getDate', (e) => { |
|
|
|
this.getData() |
|
|
|
}) |
|
|
|
======= |
|
|
|
>>>>>>> 4d64f54053961759a3b806da4fe29546dd47eb26 |
|
|
|
this.getData() |
|
|
|
this.getProvince(); |
|
|
|
}, |
|
|
|
|