Commit 01cfa718 authored by 吴春's avatar 吴春

1

parent 9d2b4f8e
......@@ -422,11 +422,6 @@
this.total = res.data.data.count;
this.tableData = res.data.data.pageData;
this.msg.total = res.data.data.count;
this.tableData.forEach(x => {
if (x.FoodTag != "") {
x.FoodTagArr = x.FoodTag.split(",").slice(0, 3);
}
});
}
},
null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment