26323
This commit is contained in:
		| @@ -75,7 +75,7 @@ import {mapState} from 'vuex' | ||||
| export default { | ||||
|   name: 'visit', | ||||
|  | ||||
|   props: ['id', 'dict', 'instance', 'appId', 'name'], | ||||
|   props: ['id', 'dict', 'instance', 'appId', 'name', 'areaId'], | ||||
|  | ||||
|   data() { | ||||
|     return { | ||||
| @@ -128,6 +128,7 @@ export default { | ||||
|             images: JSON.stringify(this.form.images), | ||||
|             applicationId: this.appId, | ||||
|             name: this.name, | ||||
|             areaId: this.areaId | ||||
|           }).then(res => { | ||||
|             if (res.code === 0) { | ||||
|               this.$message.success('添加成功') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user