Browse Source

no message

linwenxin 5 tháng trước cách đây
mục cha
commit
17931aedd0

+ 1 - 1
src/views/setting/networkSigning/settlementRelationshipAllocation/index.vue

@@ -363,7 +363,7 @@ export default {
       })
     },
     openWindow(cb) {
-      Promise.all([getWebsit({ type: 'C', status: true, queryPartsWebsit: true, level: 1 })]).then(([res1]) => {
+      Promise.all([getWebsit({ type: 'C', status: true, level: 1 })]).then(([res1]) => {
         this.websitList = res1.data
         this.$nextTick(() => {
           cb?.()