zs 1 year ago
parent
commit
17d104a1de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/system/money/index.vue

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

@@ -183,7 +183,6 @@ const toAdd = () => {
 // 修改
 const toEdit = async (data: any) => {
   form.value = data;
-  toChange(data.office);
   dialog.value = { title: '信息管理', show: true, type: '1' };
 };
 // 提交保存