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;