فهرست منبع

Merge branch 'dev/v4.8.39_tsz' of qmx/jy into feature/v4.8.39

汤世哲 2 سال پیش
والد
کامیت
a1303404e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/web/staticres/common-module/bidstatus-update/js/bid-status-update.js

+ 1 - 1
src/web/staticres/common-module/bidstatus-update/js/bid-status-update.js

@@ -240,13 +240,13 @@ var bidStatusNode = {
       handler (newval) {
         this.resetUpdate()
         this.getProDetail()
-        this.getBidContent()
       },
       immediate: true
     },
     showBidStatus: {
       handler (newval) {
         this.resetUpdate()
+        this.getBidContent()
       },
       immediate: true
     }