| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-14 14:12:18 |
| | | * @LastEditTime: 2024-01-16 22:26:33 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/deviceType/index.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="item" style="flex: 1 1 auto;justify-content: flex-end;"> |
| | | <el-button type="primary" size="small" @click="query">查询</el-button> |
| | | </div> |
| | | <div class="item"> |
| | | <el-button type="primary" size="small" @click="reset">重置</el-button> |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | ids.push(row.id) |
| | | |
| | | ids = ids.join(',') |
| | | //ids = ids.join(',') |
| | | this.$confirm('确定要永久删除此项?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | |
| | | type: 'success', |
| | | message: '删除成功!' |
| | | }) |
| | | this.submitForm() |
| | | this.query (); |
| | | //this.submitForm() |
| | | }) |
| | | }).catch(() => { |
| | | this.$message({ |