loulijun2021
2022-09-01 99a010f21d278498bafd248217c584e101db2d8f
src/views/jcsz/zzjg.vue
@@ -79,7 +79,7 @@
          <el-table-column
            prop="description"
            label="组织类型"
            width="110"
            min-width="110"
            sortable="custom"
          >
            <template slot-scope="{row}">
@@ -133,7 +133,6 @@
      </div>
      <!--分页-->
      <pagination
        v-show="total>0"
        :total="total"
        :page.sync="form.page"
        :limit.sync="form.rows"
@@ -398,6 +397,9 @@
        DeleteOrganization({ orgid: id }).then(res => {
          if (res.code === '200') {
            this.$message.success('删除成功!')
            if (this.form.page > 1 && this.tableData.length === 1) {
              this.form.page--
            }
            this.getOrganizationSearch()
          }
        })