!159 eslint升级v9版本

* update: eslint升级v9版本 & 更新一些不符合校验规则的代码
This commit is contained in:
玲娜贝er
2024-11-27 07:39:34 +00:00
committed by LiuHao
parent f3425493ed
commit 845b848b60
9 changed files with 102 additions and 36 deletions

View File

@ -63,7 +63,7 @@ const emit = defineEmits(['ok']);
/** 查询参数列表 */
const show = (dataName: string) => {
getDataNames().then(res => {
getDataNames().then((res) => {
if (res.code == 200) {
dataNameList.value = res.data;
if (dataName) {