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

辅助检查修改

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