1.调整下载记录页面js方法

master
x_z 3 years ago
parent 38e7c2b50f
commit 3085074ffa

@ -17,11 +17,10 @@ export function deleteLog(query) {
});
}
export function testConnect(query) {
export function findConfig(query) {
return axios({
url: "/spssync/basic/connect/test",
url: "/system/param/syncData/config",
method: "get",
params: query
});
}

@ -115,7 +115,7 @@
</template>
<script>
import {filterLog, deleteLog, createSchedule, findConfig, updateConfig} from "../../api/thrsys/spsSyncDownload";
import {filterLog, deleteLog, findConfig, updateConfig} from "../../api/thrsys/spsSyncDownload";
import store from "@/store";
export default {

Loading…
Cancel
Save