@@ -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;
@@ -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