|
@@ -323,7 +323,7 @@ export default {
|
|
|
that.requestData.passport = obj.passport;
|
|
|
that.requestData.passportDate = obj.passportDate;
|
|
|
that.requestData.birthday = obj.birthday;
|
|
|
- that.requestData.predele = obj.predele;
|
|
|
+ that.requestData.predele = obj.preDele;
|
|
|
that.requestData.finlishedDele = obj.finlishedDele;
|
|
|
that.requestData.ascribedUser = obj.ascribedUser.map(x => x.userId);
|
|
|
that.requestData.ascribedDepartment = obj.ascribedDepartment.map(x => x.id);
|
|
@@ -358,7 +358,7 @@ export default {
|
|
|
var inli = parseInt(that.requestData.finlishedDele);
|
|
|
|
|
|
that.requestData.predele = isNaN(pred) ? 0 : pred;
|
|
|
- that.requestData.finlishedDele = isNaN(pred) ? 0 : pred;
|
|
|
+ that.requestData.finlishedDele = isNaN(inli) ? 0 : inli;
|
|
|
|
|
|
this.$axios.post('/api/MarketCustomerResources/NewClientOp', this.requestData, {
|
|
|
headers: {
|