@@ -78,6 +78,7 @@ export default {
division,
async searchList() {
this.loading = true;
+ console.log(this.daytime)
const result = await asyncRequest.companyEvery({year:(this.daytime.split('-'))[0], companyNo:this.companyNo})
switch(Number(result.code)){
case 0: