瀏覽代碼

报价单,项目合同新增同步合作协议

qymljy 1 年之前
父節點
當前提交
85c51f39da

+ 1 - 0
src/HDrpManagement/contractManage/modules/detail.vue

@@ -1512,6 +1512,7 @@ export default {
       })
       this.tool.showMessage(res,()=>{
         this.cooperateVisible = false
+        this.$refs.billno.listData()
         this.queryMainData()
       })
     }

+ 1 - 0
src/SDrpManagement/QuotedPrice/detail/index.vue

@@ -375,6 +375,7 @@ export default {
         }
       })
       this.tool.showMessage(res,()=>{
+        this.$refs.productList.productData()
         this.cooperateVisible = false
         this.queryMainData(this.$route.query.id)
       })