Browse Source

管理端节假日

厅长信箱
laishajiang 2 years ago
parent
commit
79a0db2127
  1. 6
      src/components/HolidayList.vue

6
src/components/HolidayList.vue

@ -93,6 +93,12 @@ const searchHoliday = () => {
const refreshHoliday = () => { const refreshHoliday = () => {
console.log("currenYear.value"+currenYear.value);
if (currenYear.value == "") {
ElMessage.info('请输入年份')
loading.value = false;
return;
}
loading.value = true; loading.value = true;
const url = VITE_API_URL +'/outer/holiday/refresh-holiday' const url = VITE_API_URL +'/outer/holiday/refresh-holiday'
request({ request({

Loading…
Cancel
Save