فهرست منبع

修改行动号召按钮传参

朱鑫波 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