浏览代码

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

汤世哲 2 年之前
父节点
当前提交
2ae5ee84fc

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

+ 1 - 1
src/web/staticres/common-module/big-member/js/page_client_follow_list.js

@@ -404,6 +404,7 @@ var vNode = {
               return
             }
             var _this = this
+            _this.projectCellInfo = item
             var params = { bidIds: item.sid }
             $.ajax({
                 url: '/jyapi/jybx/core/participate/in/info',
@@ -411,7 +412,6 @@ var vNode = {
                 contentType: 'application/json',
                 data: JSON.stringify(params),
                 success: function (res) {
-                    _this.projectCellInfo = item
                     if (res.error_code === 0 && res.data) {
                         // _this.$toast('已参标,请前往我的参标项目列表查看。')
                         _this.$set(item, 'isCB', {

+ 1 - 1
src/web/staticres/common-module/collection/js/index-wx.js

@@ -382,6 +382,7 @@ var vNode = {
         return
       }
       var _this = this
+      _this.projectCellInfo = item
       var params = { bidIds: item._id }
       $.ajax({
           url: '/jyapi/jybx/core/participate/in/info',
@@ -389,7 +390,6 @@ var vNode = {
           contentType: 'application/json',
           data: JSON.stringify(params),
           success: function (res) {
-              _this.projectCellInfo = item
               if (res.error_code === 0 && res.data) {
                   // _this.$toast('已参标,请前往我的参标项目列表查看。')
                   _this.$set(item, 'isCB', {

+ 6 - 6
src/web/staticres/common-module/collection/js/index.js

@@ -384,14 +384,14 @@ var vNode = {
         return
       }
       var _this = this
+      _this.projectCellInfo = item
       var params = { bidIds: item._id }
       $.ajax({
-        url: '/jyapi/jybx/core/participate/in/info',
-        type: 'POST',
-        contentType: 'application/json',
-        data: JSON.stringify(params),
-        success: function (res) {
-            _this.projectCellInfo = item
+          url: '/jyapi/jybx/core/participate/in/info',
+          type: 'POST',
+          contentType: 'application/json',
+          data: JSON.stringify(params),
+          success: function (res) {
               if (res.error_code === 0 && res.data) {
                   // _this.$toast('已参标,请前往我的参标项目列表查看。')
                   _this.showBidStatus = true

+ 1 - 1
src/web/templates/big-member/wx/page_pro_follow_list.html

@@ -506,6 +506,7 @@
                     return
                 } 
                 var _this = this
+                _this.projectCellInfo = item
                 var params = { bidIds: item.sid }
                 $.ajax({
                     url: '/jyapi/jybx/core/participate/in/info',
@@ -513,7 +514,6 @@
                     contentType: 'application/json',
                     data: JSON.stringify(params),
                     success: function (res) {
-                        _this.projectCellInfo = item
                         if (res.error_code === 0 && res.data) {
                             // _this.$toast('已参标,请前往我的参标项目列表查看。')
                             _this.$set(item, 'isCB', {