浏览代码

feat: 修复历史值

zhangyuhan 7 月之前
父节点
当前提交
14e0d1e290
共有 1 个文件被更改,包括 4 次插入0 次删除
  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) => {