|
|
@@ -171,8 +171,8 @@ export default {
|
|
|
});
|
|
|
params["projectfiles"] = JSON.stringify(arr);
|
|
|
}
|
|
|
- params["pro_name"] = this.modalFormData.pro_descrption;
|
|
|
- params["pro_descrption"] = this.modalFormData.pro_name;
|
|
|
+ params["pro_name"] = this.modalFormData.pro_name;
|
|
|
+ params["pro_descrption"] = this.modalFormData.pro_descrption;
|
|
|
params["budget"] = this.modalFormData.budget;
|
|
|
params["is_need_manager"] = this.modalFormData.is_need_manager == 1 ? 1 : 0;
|
|
|
|