소스 검색

修复修改参与集采问题

xiebaomin 1 년 전
부모
커밋
d45ccc02a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/goods/procurement.vue

+ 1 - 1
pages/goods/procurement.vue

@@ -192,7 +192,7 @@ export default {
         modelData(proData) {
             this.contentModalText = '确定退出参与该需求吗?'
             this.modal = true
-            this.proDataInfo = proData
+            this.procurement = proData
         },
         // 关闭底部
         handlerPopupClose($event) {