|
@@ -433,7 +433,7 @@ export default {
|
|
|
/* watch:{
|
|
/* watch:{
|
|
|
'form.zfiCoreQuotaId':'change'
|
|
'form.zfiCoreQuotaId':'change'
|
|
|
}, */
|
|
}, */
|
|
|
- created() {
|
|
|
|
|
|
|
+ activated() {
|
|
|
const zfiId = this.$route.params && this.$route.params.zfiId;
|
|
const zfiId = this.$route.params && this.$route.params.zfiId;
|
|
|
getCreditDetail(zfiId).then((response) => {
|
|
getCreditDetail(zfiId).then((response) => {
|
|
|
if(response.data){
|
|
if(response.data){
|