Explorar o código

fix:优化更改不成功显示状态

lupeng hai 7 meses
pai
achega
46353cecac
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/plan/prepareTemplate/index.vue

+ 1 - 0
src/views/plan/prepareTemplate/index.vue

@@ -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([]);