MaiXinRong 1 mese fa
parent
commit
a49f33f286
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/const/source_type.js

+ 1 - 1
app/const/source_type.js

@@ -13,7 +13,7 @@ const sourceTypeData = [
     { id: 100, name: '支付审批', key: 'payment', params: { tender_id: 1, detail_id: 1 } },
     { id: 101, name: '安全生产费', key: 'payment_safe', params: { tender_id: 1, detail_id: 1 } },
     { id: 200, name: '项目进度', key: 'budget', params: { sp_id: 'uuid', budget_id: 1 } },
-    { id: 300, name: '合同管理', key: 'contract', params: {} },
+    { id: 300, name: '合同管理', key: 'contract', params: { tender_id: 1 } },
     // { id: 301, name: '标段合同', key: 'tender_contract' },
 ];