@@ -643,9 +643,8 @@ export function platformlistData(data) {
export function platformList(data) {
return ajax({
urlType: "url2",
- url: "/new-media/platform",
+ url: "/new-media/platform" + (data || ""),
method: "POST",
- data,
});
}
@@ -197,7 +197,7 @@ export default {
};
},
mounted() {
- platformList().then(res => {
+ platformList('?kh=1').then(res => {
const first = res[0] || { platform: "", dt: "" };
this.form = {
dt: first.dt,