WXL (wul)
6 小时以前 ae8535b861f9177508d9e5493e0fe9e47978c915
src/views/followvisit/mzsatisfaction/index.vue
@@ -1041,7 +1041,7 @@
      scoreDialogVisible: false,
      selectedRows: [],
 // 级联选择器绑定值
      serviceStatusValue: 10,
      serviceStatusValue: null,
      cascaderProps: {
        expandTrigger: "hover", // 悬停展开
        checkStrictly: true, // ✅ 关键:允许选中任意一级
@@ -1165,7 +1165,8 @@
      topqueryParams: {
        pageNum: 1,
        pageSize: 10,
        sendstate: 6,
        sendstate: null,
        sendstateView: null,
        sort: localStorage.getItem("orgname") == "丽水市中医院" ? 8 : 2, //0 出院时间(正序)    1 出院时间(倒序)   2 发送时间(正序)    3 发送时间(倒序)  7应随访日期(倒序) 应随访日期(正序)
        serviceType: 14,
        searchscope: 3,
@@ -1567,12 +1568,13 @@
    resetQuery() {
      this.dateRange = [];
      this.dateRangefs = [];
      this.serviceStatusValue = 10;
      this.serviceStatusValue = null;
      this.topqueryParams = {
        pageNum: 1,
        pageSize: 10,
        sendstate: 6,
        sendstate: null,
        sendstateView: null,
        sort: 2, //0 出院时间(正序)    1 出院时间(倒序)   2 发送时间(正序)    3 发送时间(倒序)
        serviceType: 14,
        searchscope: 3,