Update UiVariableList.vue
This commit is contained in:
parent
66d3ec0f6b
commit
7071456376
|
@ -476,7 +476,7 @@ export default {
|
|||
},
|
||||
deleteVariable() {
|
||||
let ids = [this.editData.id];
|
||||
if (ids.length == 0) {
|
||||
if (ids.length === 0) {
|
||||
this.$warning("请选择一条数据删除");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue