2
This commit is contained in:
		| @@ -176,7 +176,7 @@ export default { | ||||
|           this.saveData.fileList.map((item) => { | ||||
|             this.saveData.files.push(item.id) | ||||
|           }) | ||||
|           this.instance.post(`/app/appmeetinginfo/add-update`, { | ||||
|           this.instance.post(`/app/appmeetinginfo/add-update-web`, { | ||||
|             ...this.saveData, | ||||
|             status: status, | ||||
|           }).then(res => { | ||||
|   | ||||
| @@ -117,7 +117,7 @@ | ||||
|             if(this.form.releaseTime && (new Date(this.form.releaseTime).getTime() <= Date.now())){ | ||||
|               return this.$message.error("发送时间要大于当前时间") | ||||
|             } | ||||
|             this.instance.post("/app/appannouncement/addOrUpdate", { | ||||
|             this.instance.post("/app/appannouncement/addOrUpdateWeb", { | ||||
|               ...this.form, | ||||
|               status: e | ||||
|             }).then(res => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user