chenqf 3 years ago
commit 61be01a1ed

@ -25,6 +25,7 @@ export function deletePlatform(data) {
});
}
export function linkPlatform(query) {
return axios({
url: "/udims/platform/link",
@ -34,3 +35,4 @@ export function linkPlatform(query) {
}

@ -241,7 +241,6 @@ export default {
this.getList();
},
deleteDialog(row) {
this.$confirm("确认删除该自助平台信息?", "提示", {
confirmButtonText: "确定",

Loading…
Cancel
Save