|
@@ -142,6 +142,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
created () {
|
|
created () {
|
|
|
|
|
+ if (this.$route.query.id) this.listData()
|
|
|
this.tablecols = this.tool.tabelCol(this.$route.name).productBillnoTable.tablecols
|
|
this.tablecols = this.tool.tabelCol(this.$route.name).productBillnoTable.tablecols
|
|
|
this.tablecolsAdd = this.tool.tabelCol(this.$route.name).addProuctProject.tablecols
|
|
this.tablecolsAdd = this.tool.tabelCol(this.$route.name).addProuctProject.tablecols
|
|
|
},
|
|
},
|