驻村辅警
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
this.instance.post(`/app/appvillageauxiliarypolice/addOrUpdate`, {
|
||||
...this.form,
|
||||
id: this.params.id || '',
|
||||
picture: this.form.picture ? this.form.picture[0].url : ''
|
||||
picture: this.form.picture.length ? this.form.picture[0].url : ''
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$message.success('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user