Fix:2863 【寻趣味】配置活动删除时间插件,活动时间改为纯文本输入框

This commit is contained in:
modendeveloper
2024-12-19 23:00:37 +08:00
parent 104d0ef4e1
commit 0b4cb9696e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export default {
fetchList(random = 0, randomSeed) {
if(this.typeIndex === -1) {
const params = {
cityName: this.cityName,
cityName: this.name,
page: 1,
limit: 999
}