Update UiVariableList.vue

This commit is contained in:
nathanliu2022 2022-04-12 16:09:22 +08:00 committed by 刘瑞斌
parent 66d3ec0f6b
commit 7071456376
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ export default {
},
deleteVariable() {
let ids = [this.editData.id];
if (ids.length == 0) {
if (ids.length === 0) {
this.$warning("请选择一条数据删除");
return;
}