布产 bug
This commit is contained in:
parent
b4c8420cb4
commit
1380815fb3
|
|
@ -490,6 +490,7 @@ export default {
|
|||
pageAdd(row) {
|
||||
const $table = this.$refs.xTable
|
||||
const record = {
|
||||
|
||||
}
|
||||
if (row) {
|
||||
this.detailsData = JSON.parse(JSON.stringify(this.detailsData))
|
||||
|
|
@ -516,6 +517,7 @@ export default {
|
|||
pageAdd2(row) {
|
||||
const $table = this.$refs.xTable2
|
||||
const record = {
|
||||
component_id:this.detailsData[0].component_id
|
||||
}
|
||||
if (row) {
|
||||
this.detailsData2 = JSON.parse(JSON.stringify(this.detailsData2))
|
||||
|
|
|
|||
Loading…
Reference in New Issue