qinxianzhangyao
2024-04-01 bb9312f2f7b09b6a7b70798ffd48cdcce74079fb
src/views/doctor/check/index.vue
@@ -1549,10 +1549,13 @@
          });
        })
        .catch((action) => {
          this.$message({
          if(action === "cancel"){
            this.$message({
            type: "warning",
            message: action === "cancel" ? "放弃保存并离开" : "停留在当前页面",
            message: "放弃保存并离开",
          });
          }
          this.proName = this.Parentcheck.proName;
          this.nums = tab.name;
          this.proId = tab.name;
@@ -1732,10 +1735,12 @@
          });
        })
        .catch((action) => {
          this.$message({
          if(action === "cancel"){
            this.$message({
            type: "warning",
            message: action === "cancel" ? "放弃保存并离开" : "停留在当前页面",
            message: "放弃保存并离开",
          });
          }
          this.proName = item.proName;
          this.nums = proParentId;
          this.proId = proParentId;