f2921394 by 杨炀

fixed: 人员编辑status

1 parent b0f2fa49
...@@ -313,7 +313,7 @@ function checkCard() { ...@@ -313,7 +313,7 @@ function checkCard() {
313 form.value.representing = res.data.representing 313 form.value.representing = res.data.representing
314 form.value.ageGroup = res.data.ageGroup 314 form.value.ageGroup = res.data.ageGroup
315 form.value.division = res.data.division 315 form.value.division = res.data.division
316 form.value.status = res.data.status 316 form.value.wdsfStatus = res.data.status
317 if (!form.value.sex) { 317 if (!form.value.sex) {
318 form.value.sex = '0' 318 form.value.sex = '0'
319 } 319 }
...@@ -346,7 +346,7 @@ function checkCode() { ...@@ -346,7 +346,7 @@ function checkCode() {
346 } 346 }
347 347
348 function changeCountry() { 348 function changeCountry() {
349 if( form.value.countryId = 240 ){ 349 if( form.value.countryId == 240 ){
350 form.value.idcType = '0' 350 form.value.idcType = '0'
351 } 351 }
352 } 352 }
......
...@@ -305,7 +305,7 @@ function codeSuccess(msg) { ...@@ -305,7 +305,7 @@ function codeSuccess(msg) {
305 form.value = res.data 305 form.value = res.data
306 form.value.xing = form.value.surname 306 form.value.xing = form.value.surname
307 form.value.ming = form.value.name 307 form.value.ming = form.value.name
308 form.value.wdsfStatus = form.value.status 308 form.value.wdsfStatus = res.data.status
309 if (!form.value.sex) { 309 if (!form.value.sex) {
310 form.value.sex = '0' 310 form.value.sex = '0'
311 } 311 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!