|
|
@ -161,9 +161,6 @@ export default {
|
|
|
|
this.getData()
|
|
|
|
this.getData()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
img(val) {
|
|
|
|
|
|
|
|
console.log(val)
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
getData() {
|
|
|
|
getData() {
|
|
|
|
getCommunityList(this.form).then(res => {
|
|
|
|
getCommunityList(this.form).then(res => {
|
|
|
|
let data = res.data.rows;
|
|
|
|
let data = res.data.rows;
|
|
|
@ -243,7 +240,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//添加小区-上传图片
|
|
|
|
//添加小区-上传图片
|
|
|
|
addFile(file) {
|
|
|
|
addFile(file) {
|
|
|
|
console.log(file);
|
|
|
|
|
|
|
|
let communityUrls = [];
|
|
|
|
let communityUrls = [];
|
|
|
|
communityUrls.push(file[0].response.data);
|
|
|
|
communityUrls.push(file[0].response.data);
|
|
|
|
this.addForm.communityUrls = communityUrls;
|
|
|
|
this.addForm.communityUrls = communityUrls;
|
|
|
|