Commit c4e10de8 by lichengming

修改了个人检测任务仪器领用

parent 82a459d3
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
this.getPage.records.push(data[i]) this.getPage.records.push(data[i])
} }
// this.getPage.records = this.$uniqueArrayItem(this.getPage.records, 'id') this.getPage.records = this.$uniqueArray(this.getPage.records, 'id')
this.$emit('on-result-change', this.getPage.records, []) this.$emit('on-result-change', this.getPage.records, [])
}, },
_tableResultChange(msg, data) { _tableResultChange(msg, 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