Commit efad3a45 authored by shifangwuji's avatar shifangwuji

Merge branch 'project9-8' of http://gitlab.91isoft.com:90/yangshuo/template_vue into project9-8

parents 0eda0c31 7a5e8f6c
......@@ -822,7 +822,7 @@ export default {
return this.$message.warning('您选择的设备数据不符合您申请设备的数量')
}
let checkTime = ''
if (this.radio1 === '2'){
if (this.radio1 === '2') {
checkTime = this.detailApplyList[0].recycleDate
} else if (this.radio1 === '1') {
checkTime = this.detailApplyList[0].createDate
......
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