loulijun2021
2022-09-06 d0a2c018b1612fb40d5e38f78d5180f2b90500fd
src/views/zlgl/gxjyjl.vue
@@ -195,12 +195,20 @@
          <el-table-column
            label="操作"
            fixed="right"
            width="120"
            width="80"
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-button type="text" @click="check(row)">查看</el-button>
                <!--                <el-button type="text" @click="check(row)">查看</el-button>-->
                <!--                <el-button type="text" @click="del(row)">删除</el-button>-->
                <el-tooltip class="item" effect="dark" content="查看" placement="top">
                  <i
                    class="el-icon-view"
                    style="color: #42b983;cursor: pointer;margin-right: 15px;"
                    @click="check(row)"
                  />
                </el-tooltip>
              </div>
            </template>
          </el-table-column>
@@ -480,6 +488,9 @@
        DeleteOrganization({ orgid: row.code }).then(res => {
          if (res.code === '200') {
            this.$message.success('删除成功!')
            if (this.form.page > 1 && this.tableData.length === 1) {
              this.form.page--
            }
            this.getStepCheckTableSearch()
          }
        })