健康险续保测试问题修复5

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-12-05 14:46:58 +08:00
parent 2b04786ee4
commit c60d13d299

View File

@@ -107,6 +107,9 @@ export default {
this.agentCode = val.slice(0, thisIndex)
this.searchName = val.slice(thisIndex).trim()
this.popupShow = false
this.currentPage = 1
this.listData = []
;[this.loading, this.finished] = [true, false]
this.getOrderList()
},
getAgentManager() {