Commit aa9d0e3d authored by gengchunlei's avatar gengchunlei

医生端 v1.0.4 1、去除debugger

parent e8004f52
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '75874969-4c29-4570-9833-db93b29691d1' token = '667cf0a3-e859-4ebe-ae04-2ccc64d0f437'
} }
} }
if (token) { if (token) {
......
...@@ -428,7 +428,6 @@ export default { ...@@ -428,7 +428,6 @@ export default {
watch: { watch: {
info: { info: {
handler(info) { handler(info) {
debugger
this.form = defaultForm(info) this.form = defaultForm(info)
this.form.medicalDirectoryCode = this.info.medicalInsuranceCode || this.info.medicalDirectoryCode this.form.medicalDirectoryCode = this.info.medicalInsuranceCode || this.info.medicalDirectoryCode
if (this.form.drugName) { if (this.form.drugName) {
......
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