소스 검색

修改采购设置

zs 1 년 전
부모
커밋
c01186e891
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/system/buy/index.vue

+ 0 - 1
src/views/system/buy/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' };
 };
 // 提交保存