@@ -472,7 +472,7 @@
start_date: this.form.time[0],
end_date: this.form.time[1],
date: this.form.date,
- is_assurance: this.form.is_assurance,
+ is_assurance: this.form.is_assurance,
assurance_money:this.form.assurance_money,
assurance_expire:this.form.assurance_expire,
contract_links:this.form.contract_links,
diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue
index 844e2cb..890f4bf 100644
--- a/src/views/contract/components/editorContract.vue
+++ b/src/views/contract/components/editorContract.vue
@@ -864,7 +864,7 @@ import { listdeptNoAuth } from '@/api/system/department'
supply:this.detail?.supply,
purchase_type_id: this.detail.methods,
purchase_way_id: this.detail.modality,
- money_way_id: this.detail.fundingChannels.toString(),
+ money_way_id: this.detail?.fundingChannels?.toString(),
plan_price: this.detail.price,
name: this.detail.name,
req_status: this.detail.req_status,