zs před 1 rokem
rodič
revize
0b97bf1a88

+ 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 () => {