Explorar el Código

middle 文案库 头条

jiayufei hace 3 años
padre
commit
ef28215a08

+ 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 - 0
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"
                             />

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

@@ -3,8 +3,8 @@
  * @author jiayufei
  */
 
-// export const urlAcount = 'http://118.24.244.213:8808'; // 线上
+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://139.186.165.84:8808'; // 测试
 // export const urlAcount = 'http://192.168.1.8:8808'; // 学超

+ 2 - 2
vue.config.js

@@ -108,14 +108,14 @@ module.exports = {
         // target: 'http://192.168.1.219:8081', //请求本地 需要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:9999', // 学超
+        // 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后台项目  周泽宇