zs 1 년 전
부모
커밋
0b97bf1a88
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 () => {