| | |
| | | tgtpSubmit(){ |
| | | let _this = this; |
| | | let imageUrl = _this.imageUrl; |
| | | alert(imageUrl); |
| | | let data= { |
| | | imageUrl:imageUrl, |
| | | }; |
| | |
| | | }); |
| | | }, |
| | | handleAvatarSuccess(res, file) { |
| | | //this.imageUrl = URL.createObjectURL(file.raw); |
| | | //alert(res.path); |
| | | this.imageUrl = res.path; |
| | | }, |
| | | beforeAvatarUpload(file) { |
| | |
| | | } |
| | | }, |
| | | changePageSize(val) { |
| | | this.table.pageSize = val; |
| | | this.fxyList.pageSize = val; |
| | | this.loadParamSetting(); |
| | | }, |
| | | changeCurrentPage(val) { |
| | | this.table.currentPage = val; |
| | | this.fxyList.currentPage = val; |
| | | this.loadParamSetting(); |
| | | }, |
| | | //时间格式化 |