Sfoglia il codice sorgente

修改采购设置

zs 1 anno fa
parent
commit
c01186e891
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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' };
 };
 // 提交保存