zs 1 năm trước cách đây
mục cha
commit
0b97bf1a88
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      src/views/system/buy/index.vue
  2. 1 0
      src/views/system/money/index.vue

+ 1 - 0
src/views/system/buy/index.vue

@@ -225,6 +225,7 @@ const toClose = () => {
   form.value = { leader: [], accounting: [] };
   dialog.value = { title: '信息管理', show: false, type: '1' };
   search({ skip, limit });
+  searchOther();
 };
 // 查询其他信息
 const searchOther = async () => {

+ 1 - 0
src/views/system/money/index.vue

@@ -225,6 +225,7 @@ const toClose = () => {
   form.value = { leader: [], accounting: [] };
   dialog.value = { title: '信息管理', show: false, type: '1' };
   search({ skip, limit });
+  searchOther();
 };
 // 查询其他信息
 const searchOther = async () => {