mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
修改展示1
This commit is contained in:
@@ -585,7 +585,7 @@ export default defineComponent({
|
||||
// })
|
||||
const years = res.data.data.result;
|
||||
console.log(years, '年份');
|
||||
state.yearOptions = JSON.parse(res.data.data.result);
|
||||
state.yearOptions = years;
|
||||
console.log(state.yearOptions);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user