去除debugger

parent ae0a30b1
<!-- <!--
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: ninglupeng * @LastEditors: wsq
* @LastEditTime: 2022-03-24 19:28:30 * @LastEditTime: 2022-03-30 12:23:58
* @Description: * @Description:
--> -->
<template> <template>
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
}) })
.catch(() => { .catch(() => {
//验证失败 //验证失败
debugger; // debugger;
}); });
} else if (this.page == 4) { } else if (this.page == 4) {
// patientName: "", //患者姓名 // patientName: "", //患者姓名
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
}) })
.catch(() => { .catch(() => {
//验证失败 //验证失败
debugger; // debugger;
}); });
} else if (this.page == 5) { } else if (this.page == 5) {
// purpose: "学习", // 来沪目的 // purpose: "学习", // 来沪目的
...@@ -189,7 +189,7 @@ export default { ...@@ -189,7 +189,7 @@ export default {
}) })
.catch(() => { .catch(() => {
//验证失败 //验证失败
debugger; // debugger;
}); });
} else if (this.page == 6) { } else if (this.page == 6) {
// hasHistoryAllergies: "有", //过敏史 // hasHistoryAllergies: "有", //过敏史
...@@ -237,7 +237,7 @@ export default { ...@@ -237,7 +237,7 @@ export default {
}) })
.catch(() => { .catch(() => {
//验证失败 //验证失败
debugger; // debugger;
}); });
}, },
save(values) { save(values) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment