WXL
2025-07-21 5fb85980243710cf5e466732500730386c76cbe4
src/views/followvisit/discharge/index.vue
@@ -282,6 +282,7 @@
      </el-row>
      <el-table
        v-loading="loading"
        ref="userform"
        :data="userList"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
@@ -1615,9 +1616,13 @@
        if (res.code == 200) {
          this.$message.success("评分保存成功");
          this.scoreDialogVisible = false;
          this.selectedRows=[];
          this.$refs.userform.clearSelection()
        } else {
          this.$modal.msgWarning("评分保存失败");
          this.scoreDialogVisible = false;
          this.selectedRows=[];
          this.$refs.userform.clearSelection()
        }
      });
      // 这里可以添加保存逻辑,如调用API保存评分