Commit 3322d097 authored by 盖献康's avatar 盖献康

检查管理-立即预约-内部外部

parent f7c94ae6
...@@ -390,7 +390,7 @@ export default { ...@@ -390,7 +390,7 @@ export default {
getAllDevice(checkItemsId) { getAllDevice(checkItemsId) {
const list = [] const list = []
list.push(checkItemsId) list.push(checkItemsId)
deviceUseInSubscribeList({ isPrivate: '1', checkTypeList: list }).then(res => { deviceUseInSubscribeList({ isPrivate: this.deviceQueryParams.isPrivate, checkTypeList: list }).then(res => {
this.selectableDevice = res.data this.selectableDevice = res.data
}) })
}, },
......
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