소스 검색

修改行动号召按钮传参

朱鑫波 3 년 전
부모
커밋
9e9bf35e72
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/modules/autoLaunchRevision/createLaunch.vue

+ 2 - 1
src/views/modules/autoLaunchRevision/createLaunch.vue

@@ -3856,7 +3856,8 @@ export default {
             let that = this
             setTimeout(() => {
                 this.getAction('/kuaishou/batch/getActionBarTextByType', {
-                    type: '2'
+                    type: that.getFormData('formProject','campaignType')
+                    
                 }).then(res => {
                     if (res.success) {
                         that.actionBarTextList = res.result