gaosp
2024-01-16 6a33da2ac6cca708b14c254c6e1de416919cfda5
src/container/deviceType/index.vue
@@ -1,7 +1,7 @@
<!--
 * @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>
@@ -14,10 +14,8 @@
               <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>
@@ -107,7 +105,7 @@
             
               ids.push(row.id)
              
              ids = ids.join(',')
              //ids = ids.join(',')
              this.$confirm('确定要永久删除此项?', '提示', {
               confirmButtonText: '确定',
               cancelButtonText: '取消',
@@ -119,7 +117,8 @@
                  type: 'success',
                  message: '删除成功!'
                 })
                 this.submitForm()
                 this.query ();
                 //this.submitForm()
               })
              }).catch(() => {
               this.$message({