1. 完成字典数据的迁移

This commit is contained in:
YunaiV
2021-01-12 21:01:57 +08:00
parent f6bb33863f
commit ec00936532
10 changed files with 110 additions and 115 deletions

View File

@@ -314,12 +314,6 @@ export default {
}).then(response => {
this.download(response.msg);
})
},
/** 清理缓存按钮操作 */
handleClearCache() {
clearCache().then(response => {
this.msgSuccess("清理成功");
});
}
}
};