Commit 30124112 authored by 芮自成's avatar 芮自成

辅助检查修改

parent fb724488
...@@ -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 = '919dba4c-4fdc-40ee-805d-ed00d4fc886a' token = '2fb02c59-8f20-4157-b85e-789e84dea974'
} }
} }
if (token) { if (token) {
......
...@@ -162,7 +162,6 @@ export default { ...@@ -162,7 +162,6 @@ export default {
this.form.auxiliaryExaminationName = list.join() this.form.auxiliaryExaminationName = list.join()
this.showAuxiliaryExamination = false this.showAuxiliaryExamination = false
console.log(this.inspectList)
let inspectList = [] let inspectList = []
this.form.auxiliaryExamination.forEach(item => { this.form.auxiliaryExamination.forEach(item => {
const items = this.inspectList.filter(e => e.insType === item) const items = this.inspectList.filter(e => e.insType === item)
...@@ -282,7 +281,6 @@ export default { ...@@ -282,7 +281,6 @@ export default {
} }
}) })
this.viewData = array this.viewData = array
console.log(888, this.inspectList)
} }
}, },
watch: { watch: {
...@@ -290,7 +288,6 @@ export default { ...@@ -290,7 +288,6 @@ export default {
async handler() { async handler() {
this.inspectList = await this.getCode() this.inspectList = await this.getCode()
this.dataProcess() this.dataProcess()
console.log(this.form)
}, },
immediate: true immediate: true
} }
......
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