Kaynağa Gözat

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_front into dev

yuanyuan 3 yıl önce
ebeveyn
işleme
99ce8e02ef
1 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 5 4
      src/views/asset/Detail.vue

+ 5 - 4
src/views/asset/Detail.vue

@@ -1245,11 +1245,12 @@ export default {
                             message: '加载中...',
                             forbidClick: true
                         });
-                        return this.$http.post('/domainOrder/addHyperLink', {
-                            assetId: this.assetId,
-                            openHyperLink: false,
+                        return this.$http.post('/domainOrder/addHyperLinkWithld', {
+                            collectionld: this.assetId,
+                            openHyperLink: 0,
                             hyperLinkType: this.info.hyperLinkType,
-                            address: ''
+                            address: '',
+                            publicCollectionId: ''
                         });
                     })
                     .then(res => {