防返贫
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<i>(最多9张)</i>
|
||||
</div>
|
||||
<div>
|
||||
<AiUploader :limit="9" multiple :def.sync="filies"></AiUploader>
|
||||
<AiUploader :limit="9" multiple :def.sync="files"></AiUploader>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn" @click="submit">提交</div>
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
return {
|
||||
detail: '',
|
||||
pid: '',
|
||||
filies: []
|
||||
files: []
|
||||
}
|
||||
},
|
||||
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
}
|
||||
this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {
|
||||
detail: this.detail,
|
||||
filies: this.filies,
|
||||
files: this.files,
|
||||
pid: this.pid,
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user