소스 검색

合同调整

qymljy 1 년 전
부모
커밋
28cba009e4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/HDrpManagement/contractManage/components/productList/productBillno.vue

+ 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
   },