| | |
| | | <!-- |
| | | * @Date: 2024-05-22 23:18:15 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-05-26 16:04:41 |
| | | * @LastEditTime: 2024-06-05 21:21:55 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/dnc/station-file/Log.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-option v-for="item in options.typeId" :key="item.value" :label="item.label" :value="item.value" /> |
| | | </el-select> |
| | | </el-header> |
| | | <el-main > |
| | | <scTable v-if="id" highlight-current-row @dataChange="dataChange" @row-click="rowClick" ref="table" :params="params" |
| | | :apiObj="apiObj" @selection-change="selectionChange" stripe> |
| | | <el-main> |
| | | <scTable v-if="id" highlight-current-row @dataChange="dataChange" @row-click="rowClick" ref="table" |
| | | :params="params" :apiObj="apiObj" @selection-change="selectionChange" stripe> |
| | | <el-table-column label="文件名称" prop="fileName"> |
| | | </el-table-column> |
| | | <el-table-column label="版本" prop="version"></el-table-column> |
| | |
| | | current: data.current, |
| | | size: data.size |
| | | } |
| | | return await this.$HTTP.post(`/api/blade-dnc/operation-file/page/${this.id}`, {}, { params,data:this.params }).then(res => { |
| | | return await this.$HTTP.post(`/api/blade-dnc/operation-file/page/${this.id}`, {}, { params, data: this.params }).then(res => { |
| | | return res |
| | | }) |
| | | } |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | dataChange (data) { |
| | | dataChange(data) { |
| | | console.log(data) |
| | | } |
| | | } |