阿丽 3 years ago
parent 75f722dc0c
commit 400e843e86

@ -115,6 +115,7 @@ export default {
default: "",
},
},
list: [],
m1: require("../../../assets/images/EventInsight/img_ct.png"),
m2: require("../../../assets/images/EventInsight/img_lt.png"),
};
@ -127,11 +128,9 @@ export default {
methods: {
getDdta() {
let obj = Object.assign({}, this.form);
this.load = true;
getEventSpreadProcess0528(obj).then((res) => {
let data = res.data;
this.data = data;
this.load = false;
let data = res.data || [];
this.list = data;
});
},
goback() {

16399
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save