| | |
| | | <el-table |
| | | :data="tableAttach" |
| | | ref="filterTable" |
| | | height="100%" |
| | | height="calc(100% - 100px)" |
| | | border |
| | | style="width: 100%" |
| | | @selection-change="handleAttatchChange" |
| | |
| | | BASE_URL + |
| | | "/dataQuery/uploadFiles?token=" + |
| | | token + |
| | | "&tabName= " + |
| | | "&tabName=" + |
| | | this.upAttach.tabName + |
| | | "&eventid=" + |
| | | this.upAttach.eventid, |
| | |
| | | this.formInline = { |
| | | file: "", |
| | | }; |
| | | |
| | | this.getAttacthFlieList(); |
| | | }, |
| | | error: (e) => { |
| | |
| | | }, |
| | | async getAttacthFlieList() { |
| | | var obj = this.upAttach; |
| | | |
| | | const res = await dataQuery_selectFiles(obj); |
| | | if (res.code != 200) { |
| | | this.$message.error("列表调用失败"); |
| | |
| | | var data1 = fileds.result; |
| | | var data2 = domains.result; |
| | | var std = []; |
| | | this.filedsOption = []; |
| | | for (var i in data1) { |
| | | if (data1[i].type != 'geometry' && data1[i].type) { |
| | | |