Browse Source

'提交批量'

魏志佳 4 years ago
parent
commit
0c200a02d0
2 changed files with 0 additions and 29 deletions
  1. 0 22
      src/views/modules/BatchCreate/TouTiaoBatch.vue
  2. 0 7
      vue.config.js

+ 0 - 22
src/views/modules/BatchCreate/TouTiaoBatch.vue

@@ -581,7 +581,6 @@ export default {
         //tab切换页的函数
         callback(key) {
             console.log(key);
-<<<<<<< HEAD
             this.tabkey=key;
             this.loading=true
             if(key=='group'){
@@ -591,14 +590,6 @@ export default {
             }else if(key=='plan'){               
                 this.getplanList({})
                 this.columns=planColumns;
-=======
-            if(key=='plan'){
-                this.columns=planColumns;
-            }else if(key=='group'){
-              this.columns=columns;
-              let params = {};
-              this.refreshCampaignList();
->>>>>>> 70a50f0c31548bd676fb38afe4a43a220737f9e6
             }else if(key=='idea'){
               this.columns=ideaColumns;
               let params = {};
@@ -927,7 +918,6 @@ export default {
             }
           })
         },
-<<<<<<< HEAD
         getplanList(params){
 
             getAction(this.url.planList,params).then((res)=>{
@@ -980,18 +970,6 @@ export default {
             }
             })
         },
-=======
-      refreshCreativeList(params){
-        getAction(this.url.creativeList, params).then(res => {
-          console.log(res);
-          if (res.success) {
-            this.data = res.result.records;
-          } else {
-            console.log(res.message);
-          }
-        })
-      }
->>>>>>> 70a50f0c31548bd676fb38afe4a43a220737f9e6
     },
     mounted() {
         console.log(this);

+ 0 - 7
vue.config.js

@@ -62,17 +62,10 @@ module.exports = {
         // target: 'http://192.168.1.94:8804', //请求本地 需要jeecg-boot后台项目  孙震
         target: 'http://192.168.1.51:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-<<<<<<< HEAD
         // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-=======
-        // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
-        // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
-        // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目
-        // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
->>>>>>> 70a50f0c31548bd676fb38afe4a43a220737f9e6
 
 
         ws: false,