From 1d7364e01e5c68b64a64243e3029441c4925b175 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Tue, 2 Jul 2024 15:23:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/applyList/technician.vue | 9 +++++----
src/views/purchaseShop/inteAmend.vue | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue
index 15213a7..d83f04d 100644
--- a/src/views/applyList/technician.vue
+++ b/src/views/applyList/technician.vue
@@ -1516,7 +1516,7 @@
-
+
+
@@ -2170,8 +2171,8 @@ export default {
method: "get",
params: this.$http.adornParams({
artificerId: this.addNeedArtificerId,
- page: this.currentPage,
- limit: this.pageSize,
+ page: 1,
+ limit: 100,
status: this.addNeedsClassifyId,
}),
}).then(({ data }) => {
diff --git a/src/views/purchaseShop/inteAmend.vue b/src/views/purchaseShop/inteAmend.vue
index 87c7178..2463947 100644
--- a/src/views/purchaseShop/inteAmend.vue
+++ b/src/views/purchaseShop/inteAmend.vue
@@ -737,7 +737,7 @@
xhr = new XMLHttpRequest();
xhr.withCredentials = false;
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换
- xhr.open('POST', "http://192.168.2.222/sqx_fast/alioss/upload");
+ xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
xhr.onload = function() {
var json;