|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<common @asynCallBack="asynCallBack"></common>
|
|
|
<top-header :pageTitle="pageTitle" :rightLink="rightLink" :doRightLink="doRightLink" :headerStyle="'background-color:'+statusTitleColor"></top-header>
|
|
|
- <green-code ref="greenCode" :personId="subForm.personId" @updateIdCardAsynCallBack="updateIdCardAsynCallBack"></green-code>
|
|
|
+ <green-code ref="greenCode" :personId="subForm.personId" @callBack="callBack"></green-code>
|
|
|
|
|
|
<div class="mui-content vongi-jkz-content">
|
|
|
<div class="vongi-jkz-content mui-content-padded mui-clearfix">
|
|
@@ -364,7 +364,7 @@
|
|
|
})
|
|
|
},
|
|
|
//更新绿码
|
|
|
- updateIdCardAsynCallBack(idCard, name) {
|
|
|
+ callBack(obj) {
|
|
|
this.getGreenCode();
|
|
|
},
|
|
|
asynCallBack() {},
|