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