no message
This commit is contained in:
parent
0c4882fcaf
commit
4bbb43dcfe
@ -96,7 +96,7 @@
|
||||
const data = new FormData();
|
||||
data.append("files", blobInfo.blob() ,blobInfo.filename());
|
||||
API.common.upload.post(data).then((res) => {
|
||||
resolve(res.data.src)
|
||||
resolve(res.data.url)
|
||||
}).catch(() => {
|
||||
reject("Image upload failed")
|
||||
})
|
||||
|
@ -152,7 +152,7 @@
|
||||
},
|
||||
//树点击事件
|
||||
groupClick(data){
|
||||
this.search[this.aside.searchkey||'groupid'] = data[this.aside.key || 'id'];
|
||||
this.search[ this.aside.searchkey || 'groupid' ] = data[ this.aside.key || 'id' ];
|
||||
this.$refs.table.reload(this.search)
|
||||
},
|
||||
// 筛选回调
|
||||
|
Loading…
Reference in New Issue
Block a user