From 809e230e2a6a2e586df8788946fe98be81459361 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 17 十二月 2021 16:10:23 +0800
Subject: [PATCH] #
---
static/js/data/Asrs.js | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/static/js/data/Asrs.js b/static/js/data/Asrs.js
index 25a16e7..4875c46 100644
--- a/static/js/data/Asrs.js
+++ b/static/js/data/Asrs.js
@@ -1,22 +1,8 @@
setInterval(function () {
- queryTaskCurrent();
queryCrnCurrent();
},1000);
-var TaskDatas = null;
-function queryTaskCurrent() {
- $.ajax({
- // url: 'http://47.97.1.152:58080/jkwcs/three/init/store/v1',
- url: 'http://localhost:9090/jkwcs/three/query/task/current/v1',
- type: "GET",
- data: {},
- async: false,
- success: function (res) {
- TaskDatas = res.data;
- }
- })
-}
var CrnDatas = null;
function queryCrnCurrent() {
@@ -25,7 +11,6 @@
url: 'http://localhost:9090/jkwcs/three/query/crn/cache/v1',
type: "GET",
data: {},
- async: false,
success: function (res) {
CrnDatas = res.data;
}
--
Gitblit v1.9.1