Browse Source

Merge branch 'mergeBranch' into redUrgent

qymljy 1 year ago
parent
commit
c5c79a874b

+ 1 - 0
src/HDrpManagement/contractManage/components/productList/productBillno.vue

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