Commit 9a0f5740 authored by xiexingan's avatar xiexingan

tj

parent 769d0e9c
...@@ -415,7 +415,8 @@ export default { ...@@ -415,7 +415,8 @@ export default {
url: this.$http.adornUrl('/equipment/checkModel'), url: this.$http.adornUrl('/equipment/checkModel'),
method: 'post', method: 'post',
params: this.$http.adornParams({ params: this.$http.adornParams({
type: id type: id,
status: this.active === true ? 1 : 2
}) })
}).then((data) => { }).then((data) => {
if (data && data.code === 0) { if (data && data.code === 0) {
......
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