mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 06:26:44 +08:00
'搜索被保人'
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
|||||||
NewItems() {
|
NewItems() {
|
||||||
var NewItems = []
|
var NewItems = []
|
||||||
this.policyListDTOList.map((item) => {
|
this.policyListDTOList.map((item) => {
|
||||||
if (item.riskName.search(this.searchName) != -1 || item.policyNo.search(this.searchName) != -1 || item.appntName.search(this.searchName) != -1) {
|
if (item.riskName.search(this.searchName) != -1 || item.policyNo.search(this.searchName) != -1 || item.appntName.search(this.searchName) != -1 || item.insuredName.search(this.searchName) != -1) {
|
||||||
if (item.reInsuranceState != null && item.reInsuranceState != '') {
|
if (item.reInsuranceState != null && item.reInsuranceState != '') {
|
||||||
if (this.active === 'uncommit') {
|
if (this.active === 'uncommit') {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user