Commit b5fb6b04 authored by 李苏's avatar 李苏 💬

传参调整

parent cd0ee0b5
...@@ -652,13 +652,15 @@ ...@@ -652,13 +652,15 @@
}, },
apiJzbm() { apiJzbm() {
let params = _.cloneDeep(this.queryParams)
delete params.sbxxCode
/* 先清空 选中的机组*/ /* 先清空 选中的机组*/
this.jzReMaterialQue.forEach(item => { this.jzReMaterialQue.forEach(item => {
item.revert() item.revert()
}) })
this.jzReMaterialQue.splice(0, this.jzReMaterialQue.length) this.jzReMaterialQue.splice(0, this.jzReMaterialQue.length)
this.$post('ksh/query', this.$post('ksh/query',
this.queryParams params
).then(res => { ).then(res => {
if (res.success) { if (res.success) {
let sbxxList = res.data.records || [] let sbxxList = res.data.records || []
......
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