@@ -222,6 +222,7 @@ const changeItem = (obj, row) => {
form.value = { id: row.id, state: row.state };
updateRow();
form.value = null;
+ dataList();
};
const templates = ref([]);
const clickTemplates = ref([]);