| | |
| | | <div class="main-content"> |
| | | <div class="main-title"> |
| | | <el-button |
| | | class="el-icon-plus" |
| | | class="el-icon-plus button-addition" |
| | | type="primary" |
| | | @click="showDialog(false, null)" |
| | | >添加</el-button |
| | |
| | | data() { |
| | | return { |
| | | isShowDialog: false, |
| | | context: 0, |
| | | context: "", |
| | | options: [ |
| | | { |
| | | value: 0, |
| | |
| | | getBayonetListData() { |
| | | bayonet |
| | | .getBayonetList({ |
| | | bayonetName: "", |
| | | bayonetName: this.context, |
| | | current: this.current, |
| | | size: this.size, |
| | | }) |
| | |
| | | .exportBayonetList({ |
| | | bayonetName: this.context, |
| | | current: this.current, |
| | | size: this.size, |
| | | size: this.size |
| | | }) |
| | | .then((res) => { |
| | | downloadFile(res); |