Merge pull request #2643 from brkcvn/master
Added variable in Modal Add New File
This commit is contained in:
commit
33718dbf38
@ -228,6 +228,7 @@ export default {
|
|||||||
'#efef32'
|
'#efef32'
|
||||||
],
|
],
|
||||||
min_date: false,
|
min_date: false,
|
||||||
|
selected_card: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -288,7 +289,13 @@ export default {
|
|||||||
.catch(error => {
|
.catch(error => {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
'selected_card': function (newVal, oldVal) {
|
||||||
|
this.form.card_id = newVal;
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user