|
|
|
@ -211,7 +211,7 @@ |
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
<van-popup v-model:show="data.showLawEnforcerFlag" position="bottom" :style="{ height: '30%' }" /> |
|
|
|
<UserPopup :visible="data.popupVisible" :content="data.popupContent" @close="closePopup" @reciveData="reciveVisible" /> |
|
|
|
<UserPopup :visible="data.popupVisible" :content="data.popupContent" :lawEDid="submitData.lawEnforcerId" :LawEDs="data.lawCer" :isShowCardId="0" @close="closePopup" @reciveData="reciveVisible" /> |
|
|
|
|
|
|
|
<van-popup v-model:show="data.showTimePicker" position="bottom" :style="{ height: '30%' }" > |
|
|
|
<van-date-picker |
|
|
|
@ -482,7 +482,7 @@ |
|
|
|
submitData.isSubmit =success.data['isSubmit']; |
|
|
|
submitData.bureauDeptName = success.data['bureauDeptName']; |
|
|
|
submitData.linkMan=nameCorrect(submitData['linkMan']); |
|
|
|
|
|
|
|
submitData.lawEnforcerId = success.data.lawEnforcerId; |
|
|
|
// 是否联合执法 |
|
|
|
if (success.data.userObjs.length > 1) { |
|
|
|
data.checked = true; |
|
|
|
|