去除debugger

parent ae0a30b1
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-03-24 19:28:30
* @LastEditors: wsq
* @LastEditTime: 2022-03-30 12:23:58
* @Description:
-->
<template>
......@@ -114,7 +114,7 @@ export default {
})
.catch(() => {
//验证失败
debugger;
// debugger;
});
} else if (this.page == 4) {
// patientName: "", //患者姓名
......@@ -157,7 +157,7 @@ export default {
})
.catch(() => {
//验证失败
debugger;
// debugger;
});
} else if (this.page == 5) {
// purpose: "学习", // 来沪目的
......@@ -189,7 +189,7 @@ export default {
})
.catch(() => {
//验证失败
debugger;
// debugger;
});
} else if (this.page == 6) {
// hasHistoryAllergies: "有", //过敏史
......@@ -237,7 +237,7 @@ export default {
})
.catch(() => {
//验证失败
debugger;
// debugger;
});
},
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