774078984@qq.com 3 месяцев назад
Родитель
Сommit
b3571ba98c
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      src/utils/axios.js
  2. 1 1
      src/views/lotCard/cardList/index.vue

+ 0 - 1
src/utils/axios.js

@@ -113,7 +113,6 @@ function timeLoadTemeYear(value) {
   if (systemStore.getUserIp && systemStore.getUserIp.timezone) {
     const localDate = date.tz(systemStore.getUserIp.timezone);
     const time = localDate.format('YYYY-MM-DD HH:mm:ss');
-    console.log(time);
     return time;
   } else {
     return null;

+ 1 - 1
src/views/lotCard/cardList/index.vue

@@ -108,7 +108,7 @@ const handleDictValue = async () => {
 // 同步数据
 const syncData = async () => {
   let list = []
-  dataSource.value.forEach(item => {
+  tableData.value.forEach(item => {
     list.push(item.iccid,)
   })
   loading.value = true