Browse Source

feat: 修复历史值

zhangyuhan 7 months ago
parent
commit
14e0d1e290
1 changed files with 4 additions and 0 deletions
  1. 4 0
      apps/bigmember_pc/src/components/collect-info/CollectInfo.vue

+ 4 - 0
apps/bigmember_pc/src/components/collect-info/CollectInfo.vue

@@ -834,6 +834,10 @@ export default {
   methods: {
     // 读取远程配置的标题、副标题
     getSourceTitle(source) {
+      this.ajaxSourceTitleInfo.title = ''
+      this.ajaxSourceTitleInfo.subtitle = ''
+      this.ajaxSourceTitleInfo.cancelText = ''
+      this.ajaxSourceTitleInfo.submitText = ''
       ajaxGetSourceTitleAndDesc({
         codes: [source]
       }).then((res) => {