mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 03:16:43 +08:00
健康险续保测试问题修复5
This commit is contained in:
@@ -107,6 +107,9 @@ export default {
|
|||||||
this.agentCode = val.slice(0, thisIndex)
|
this.agentCode = val.slice(0, thisIndex)
|
||||||
this.searchName = val.slice(thisIndex).trim()
|
this.searchName = val.slice(thisIndex).trim()
|
||||||
this.popupShow = false
|
this.popupShow = false
|
||||||
|
this.currentPage = 1
|
||||||
|
this.listData = []
|
||||||
|
;[this.loading, this.finished] = [true, false]
|
||||||
this.getOrderList()
|
this.getOrderList()
|
||||||
},
|
},
|
||||||
getAgentManager() {
|
getAgentManager() {
|
||||||
|
|||||||
Reference in New Issue
Block a user