Select box value issue solved..
This commit is contained in:
@ -1018,6 +1018,10 @@ export default {
|
|||||||
var value = this.$children[0].$children[0].$refs.input.value;
|
var value = this.$children[0].$children[0].$refs.input.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (value === '') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (this.add_new.type == 'inline') {
|
if (this.add_new.type == 'inline') {
|
||||||
if (value === '') {
|
if (value === '') {
|
||||||
return false;
|
return false;
|
||||||
@ -1275,4 +1279,4 @@ export default {
|
|||||||
margin-right: 35px;
|
margin-right: 35px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user