jiayufei vor 3 Jahren
Ursprung
Commit
938a431414

+ 0 - 1
src/views/modules/Statistics/newPlanStatic/newPlanStatic.vue

@@ -1318,7 +1318,6 @@ export default {
 	},
 	watch: {
 		dateValue(newName,oldName){
-		
 			this.search()
 		},
 	},

+ 1 - 1
src/views/modules/headline-view/headline-view-server.js

@@ -5,6 +5,6 @@
 
 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://192.168.1.43:8808'; // 子安
 // export const urlAcount = 'http://139.186.165.84:8808'; // 测试
 // export const urlAcount = 'http://192.168.1.8:8080'; // 学超

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -2154,7 +2154,7 @@ a {
 		@cancel="handleRejectReasonCancel"
     >
 		<div>
-			<p v-for="(item, index) in rejectReasonList" :key="index + 1">{{index + 1}}:{{ item }}</p>
+			<p v-for="(item, index) in rejectReasonList" :key="index + 1">{{ index + 1 }}:{{ item }}</p>
 		</div>
 	</a-modal>
   </a-card>