BUG 26273

This commit is contained in:
aixianling
2021-12-31 14:37:08 +08:00
parent 1c60cc9403
commit a0a34eb431

View File

@@ -126,7 +126,6 @@ export default {
images: JSON.stringify(this.form.images),
applicationId: this.appId,
name: this.name,
visitTime: this.form.visitTime + ' 23:59:59'
}).then(res => {
if (res.code === 0) {
this.$message.success('添加成功')