BUG 26273
This commit is contained in:
@@ -126,7 +126,6 @@ export default {
|
|||||||
images: JSON.stringify(this.form.images),
|
images: JSON.stringify(this.form.images),
|
||||||
applicationId: this.appId,
|
applicationId: this.appId,
|
||||||
name: this.name,
|
name: this.name,
|
||||||
visitTime: this.form.visitTime + ' 23:59:59'
|
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.$message.success('添加成功')
|
this.$message.success('添加成功')
|
||||||
|
|||||||
Reference in New Issue
Block a user