YY 2 tahun lalu
induk
melakukan
c7398f4fcb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/system/dict/detail.vue

+ 1 - 1
src/views/system/dict/detail.vue

@@ -169,7 +169,7 @@ const toBack = () => {
 };
 // 弹框关闭
 const toClose = () => {
-  form.value = {};
+  form.value = { type: type.value };
   searchForm.value = { type: type.value };
   dialog.value = { title: '信息管理', show: false, type: '1' };
   search({ skip, limit });