浏览代码

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

lupeng 7 月之前
父节点
当前提交
46353cecac
共有 1 个文件被更改,包括 1 次插入0 次删除
  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([]);