3 次代碼提交 ef7a594d2c ... 8119970bab

作者 SHA1 備註 提交日期
  jiayufei 8119970bab master 更改 爆款视频 table高度塌陷 3 年之前
  jiayufei ef28215a08 middle 文案库 头条 3 年之前
  jiayufei 2b0aa1e57c middle 文案库 头条 3 年之前

+ 7 - 7
src/views/modules/Statistics/popularVideo.vue

@@ -692,12 +692,13 @@ export default {
         },
         // 快手头条的切换
         tabChange(key){
-            console.log(key);
             this.treeValue=[];
             this.ipagination.current=1
            this.columns=this.tabKey==1?[...TTcolumns]:[...KScolumns]
+            this.$nextTick(() => {
+				this.getNewPlan();
+			});
             
-            this.getNewPlan()
         },
         operateChange(value){
         console.log(value);
@@ -749,7 +750,7 @@ export default {
                 // 快手
                 url = '/ctop/kuaishouVideoEtlInfo/list';
             }
-            this.dataTable = [];
+			this.ipagination.total = 0;
             this.loading = true;
             getAction(url, {
                 type: this.value,
@@ -764,10 +765,9 @@ export default {
                 this.loading = false;
                 if(res.success) {
                     if(res.result) {
-						this.$nextTick(() => {
-							this.dataTable = [...res.result.records];
-                        	this.ipagination.total = res.result.total;
-						});
+						this.dataTable = [];
+						this.dataTable = [...res.result.records];
+                        this.ipagination.total = res.result.total;
                     }
                 }
             })

+ 1 - 1
src/views/modules/account-config/components/configuration-modal.vue

@@ -669,6 +669,7 @@
                                 class="common-input"
                                 v-model="configForm.adBudget"
                                 :min="adBudgetNum"
+                                :max="9999999.00"
                                 :step="0.01"
                                 @blur="handleAdBudgetBlur"
                             />
@@ -1097,7 +1098,6 @@
                             @change="handleEnterChang"
                         >
                         </a-select>
-                        <!-- <span class="especial-label">*</span> -->
                     </a-form-model-item>
                     <div class="adver-position-radio">
                         <div class="creative-label-content">

+ 1 - 1
src/views/modules/copy-library/copy-library-server.js

@@ -7,4 +7,4 @@ export const urlAcount = 'http://118.24.244.213:8808'; // 线上
 // export const urlAcount = 'http://apipre.tjyourong.com.cn'; // 预生产
 // export const urlAcount = 'http://192.168.1.43:8080'; // 子安
 // export const urlAcount = 'http://139.186.165.84:8808'; // 测试
-// export const urlAcount = 'http://192.168.1.8:8080'; // 学超
+// export const urlAcount = 'http://192.168.1.8:8808'; // 学超

+ 1 - 1
src/views/modules/copy-library/copy-library.vue

@@ -817,7 +817,7 @@ export default {
             );
         },
         handleGetProjectList() {
-            getAction('/ctop/projectMember/bytedanceProjectParticipateInList').then(result => {
+            getAction('/ctop/projectMember/bytedanceProjectParticipateInList', {userId: this.userInfo().id}).then(result => {
                 if (result.code === 0) {
                     this.optimizationOption = result.result;
                 }

+ 3 - 3
vue.config.js

@@ -105,17 +105,17 @@ module.exports = {
         // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.219:7701', //请求本地 需要jeecg-boot后台项目  赵西安
+        // target: 'http://192.168.1.219:7701', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
-        // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+        target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
         // target: 'http://192.168.1.43:9999', // 子安
-        // target: 'http://192.168.1.8:8806', // 学超
+        // target: 'http://192.168.1.8:9999', // 学超
         // target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:7001', //请求本地 需要jeecg-boot后台项目  周泽宇