Commit 289e501d authored by Mac's avatar Mac

1

parent 6593cba4
......@@ -14,7 +14,7 @@
<template v-slot:append>
<q-icon name="event" class="cursor-pointer">
<q-popup-proxy ref="StartClassDate" transition-show="scale" transition-hide="scale">
<q-date v-model="msg.StartClassDate" @input="() => $refs.StartClassDate.hide()"
<q-date v-model="msg.StartClassDate" @input="gettime()"
@change="resetSearch" />
</q-popup-proxy>
</q-icon>
......@@ -197,6 +197,10 @@
}
this.$emit('getchildInfo', this.StuObj);
this.closeSaveForm();
},
gettime(){
this.$refs.StartClassDate.hide()
console.log('1212')
}
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment