走访慰问
This commit is contained in:
		| @@ -79,6 +79,9 @@ | ||||
|             'appSpecialDisableLevel', 'appSpecialDisableType', 'appSpecialHealth', 'appSpecialMarriage', 'appSpecialTypeFive','isReflection','yesOrNo').then(() => { | ||||
|           this.getInfo(this.params.id) | ||||
|         }) | ||||
|         this.dict.load('visitCondolenceReality').then(() => { | ||||
|           this.getList() | ||||
|         }) | ||||
|       } | ||||
|     }, | ||||
|  | ||||
| @@ -91,6 +94,18 @@ | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
|       getList () { | ||||
|         this.instance.post(`/app/appvisitvondolence/list`, null, { | ||||
|           params: { | ||||
|             applicationId: 0, | ||||
|             size: 1000 | ||||
|           } | ||||
|         }).then(res => { | ||||
|           if (res.code == 0) { | ||||
|             this.list = res.data.records | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
|  | ||||
|       cancel (isRefresh) { | ||||
|         this.$emit('change', { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user