张雄 3 years ago
parent 1885ab4c5f
commit c526b75c30

@ -48,8 +48,8 @@ export function getCountOrEffectOrHot(params) {
})
}
// 传播态势-传播态势
export function getSourcetypeTime(params) {
let obj = Object.assign({action: 'getSourcetypeTime', sType: 'HotEvent'}, params)
export function getWeiYiVolumeTime(params) {
let obj = Object.assign({action: 'getWeiYiVolumeTime', sType: 'BrandWeiyi'}, params)
return httpService({
url: `/api/v6.ashx`,
method: 'post',

@ -24,7 +24,7 @@
</template>
<script>
import { getSourcetypeTime1 } from "@/api/EventdEC";
import { getWeiYiVolumeTime } from "@/api/EventdEC";
import createOpt from "./opt";
export default {
name: "tailAnalysisED",
@ -64,7 +64,7 @@ export default {
getDdta() {
let obj = Object.assign({}, this.form);
this.load = true;
getSourcetypeTime1(obj).then((res) => {
getWeiYiVolumeTime(obj).then((res) => {
let data = res.data || [];
let dx = [];
let ds = [];

Loading…
Cancel
Save