gaoluyang
2024-07-19 55363f488c35aaf3a9bfd6ca0584eeb0fd8e0c95
场所或设施,能力范围表格操作后刷新当前页数不变
已修改3个文件
12 ■■■■ 文件已修改
src/components/tool/value-table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-laboratory-management.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-laboratory-qualifications.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tool/value-table.vue
@@ -1134,7 +1134,7 @@
                return
              }
              this.$message.success('删除成功')
              this.selectList()
              this.selectList('page')
            }).catch(e => {
              this.$message.error('删除失败')
            })
src/components/view/a5-laboratory-management.vue
@@ -302,7 +302,7 @@
        this.fileVisible = true;
        this.fileComponentData.entity.labId = row.id;
        this.$nextTick(function () {
          this.$refs['ValueTable0'].selectList()
          this.$refs['ValueTable0'].selectList('page')
        })
      },
      confirmConnect(){
@@ -327,7 +327,7 @@
                    if (res.code === 201) {
                        return
                    }
          this.$refs['ValueTable0'].selectList()
          this.$refs['ValueTable0'].selectList('page')
          this.upFileVisible = false;
        })
      },
src/components/view/a5-laboratory-qualifications.vue
@@ -351,9 +351,9 @@
          this.refreshTable();
        }
            },
            refreshTable() {
            refreshTable(e) {
                if (this.radio === '0') {
                    this.$refs['itemParameterTable'].selectList()
                    this.$refs['itemParameterTable'].selectList(e)
                } else {
          if(this.currentPage>1){
            this.isLoding = true
@@ -504,7 +504,7 @@
                        this.loading = false
                        if (res.code == 201) return
                        this.$message.success('已提交')
                        this.refreshTable()
                        this.refreshTable('page')
            this.qualificationsConnectVisible = false
                    })
      },