@@ -258,7 +258,7 @@ export default {
tableList = this.$refs.table.getData()
tableList.forEach(e => {
- if(e.id = current.id) {
+ if(e.id == current.id) {
e.produceList = data
}
})