浏览代码

修复修改参与集采问题

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) {