整合通讯录组件渲染
This commit is contained in:
		| @@ -167,7 +167,7 @@ | ||||
|                 </div> | ||||
|                 <p>可以将生成的二维码或链接分享给居民</p> | ||||
|                 <el-input size="small" :value="info.linkUrl"> | ||||
|                   <el-button slot="append" type="primary" @click="copy(info.linkUrl)">复制链接</el-button>  | ||||
|                   <el-button slot="append" type="primary" @click="copy(info.linkUrl)">复制链接</el-button> | ||||
|                 </el-input> | ||||
|               </div> | ||||
|               <div class="step-right"> | ||||
| @@ -346,7 +346,7 @@ | ||||
|             this.list = res.data.records | ||||
|             this.total = res.data.total | ||||
|  | ||||
|             this.$initWxOpenData() | ||||
|             this.$store.dispatch('initOpenData') | ||||
|             this.loading = false | ||||
|           } else { | ||||
|             this.loading = false | ||||
| @@ -359,7 +359,7 @@ | ||||
|         this.instance.post(`/app/appquestionnairetemplate/release`, null, { | ||||
|           params: { | ||||
|             ...this.editForm, | ||||
|             id: this.id,  | ||||
|             id: this.id, | ||||
|             periodValidityEndTime: this.editForm.periodValidityType === '1' ? this.editForm.periodValidityEndTime : '' | ||||
|           } | ||||
|         }).then(res => { | ||||
| @@ -538,7 +538,7 @@ | ||||
|       li.active + li { | ||||
|         border-left: 1px solid #D0D4DC; | ||||
|       } | ||||
|     }  | ||||
|     } | ||||
|  | ||||
|     .publish { | ||||
|       .tips { | ||||
| @@ -737,7 +737,7 @@ | ||||
|       min-height: 450px; | ||||
|       margin: 0 auto; | ||||
|     } | ||||
|      | ||||
|  | ||||
|     .ai-dialog__success { | ||||
|       ::v-deep .ai-dialog__content { | ||||
|         max-height: initial!important; | ||||
|   | ||||
| @@ -232,7 +232,7 @@ | ||||
|     mounted () { | ||||
|       this.getInfo() | ||||
|       this.getFormInfo() | ||||
|        | ||||
|  | ||||
|       this.dict.load(['wxUserType']).then(() => { | ||||
|         this.getList() | ||||
|       }) | ||||
| @@ -247,7 +247,7 @@ | ||||
|           if (res.code == 0) { | ||||
|             this.tableData = res.data.records | ||||
|             this.total = res.data.total | ||||
|             this.$initWxOpenData() | ||||
|             this.$store.dispatch('initOpenData') | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
| @@ -322,7 +322,7 @@ | ||||
|             this.targetList = res.data.fields.map(item => { | ||||
|               return JSON.parse(item.fieldInfo) | ||||
|             }) | ||||
|             this.$initWxOpenData() | ||||
|             this.$store.dispatch('initOpenData') | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
| @@ -608,7 +608,7 @@ | ||||
|         .statistics-wrapper__body--item { | ||||
|           margin-bottom: 20px; | ||||
|           background: #FFFFFF; | ||||
|           border-radius: 4px;  | ||||
|           border-radius: 4px; | ||||
|           border: 1px solid #DDDDDD; | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -142,7 +142,7 @@ | ||||
|           if (res.code == 0) { | ||||
|             this.tableData = res.data.records | ||||
|             this.total = res.data.total | ||||
|             this.$initWxOpenData() | ||||
|             this.$store.dispatch('initOpenData') | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user