prod
校文 3 years ago
parent 43fe642797
commit 393348f66b

@ -1,7 +1,7 @@
<!-- <!--
* @Author: xw * @Author: xw
* @Date: 2021-10-12 09:32:35 * @Date: 2021-10-12 09:32:35
* @LastEditTime: 2021-12-03 18:23:20 * @LastEditTime: 2021-12-03 18:50:01
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 舆情传播趋势 * @Description: 舆情传播趋势
* @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue * @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue
@ -76,7 +76,10 @@ export default {
if(cTime2.sTimeType == 4) { if(cTime2.sTimeType == 4) {
startTime = cTime2.sStartTime; startTime = cTime2.sStartTime;
endTime = cTime2.sEndTime; endTime = cTime2.sEndTime;
} } else {
startTime = "";
endTime = ""
}
this.$router.push({ this.$router.push({
path: "/industryDataExport", path: "/industryDataExport",
query: { query: {

@ -1,7 +1,7 @@
<!-- <!--
* @Author: xw * @Author: xw
* @Date: 2021-10-12 09:32:35 * @Date: 2021-10-12 09:32:35
* @LastEditTime: 2021-11-26 17:34:30 * @LastEditTime: 2021-12-03 18:49:25
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 舆情传播趋势 * @Description: 舆情传播趋势
* @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue * @FilePath: /data-show/src/views/BrandInsight/titsopo/index.vue
@ -61,27 +61,13 @@ export default {
let endTime = moment(new Date()).format("YYYY-MM-DD HH:mm:ss"); let endTime = moment(new Date()).format("YYYY-MM-DD HH:mm:ss");
let cTime2 = this.getCtime2; let cTime2 = this.getCtime2;
let sTimeType = 34; let sTimeType = 34;
switch (cTime2.sTimeType) { sTimeType = cTime2.sTimeType
case 34: if(cTime2.sTimeType == 4) {
sTimeType = 34 startTime = cTime2.sStartTime;
break; endTime = cTime2.sEndTime;
case 23: } else {
sTimeType = 23 startTime = "";
break; endTime = ""
case 3:
sTimeType = 3
break;
case 20:
sTimeType = 20
break;
case 4:
sTimeType = 4;
startTime = cTime2.sStartTime;
endTime = cTime2.sEndTime;
break;
default:
sTimeType = 34
break;
} }
this.$router.push({ this.$router.push({
path: "/industryDataExport", path: "/industryDataExport",

Loading…
Cancel
Save