diff --git a/src/api/http.ts b/src/api/http.ts index acc494b..623e134 100644 --- a/src/api/http.ts +++ b/src/api/http.ts @@ -3,8 +3,8 @@ import { layer } from '@layui/layer-vue' const config = { timeout: 600000, - //baseURL: "http://124.222.104.55:58178/", - baseURL: "http://localhost:58178/", + baseURL: "http://124.222.104.55:58178/", + //baseURL: "http://localhost:58178/", // baseURL: "http://plm-pw-test.hbflavor.com:81/", headers: { 'Content-Type': 'application/json;charset=UTF-8', diff --git a/src/views/Need/components/EditView.vue b/src/views/Need/components/EditView.vue index 3a11dea..bb8025a 100644 --- a/src/views/Need/components/EditView.vue +++ b/src/views/Need/components/EditView.vue @@ -209,7 +209,7 @@ export default { }, mounted() { this.getUserPower(); - this.initPage(this.idx); + //this.initPage(this.idx); }, methods: { async getUserPower() { diff --git a/src/views/half/components/EditMateria.vue b/src/views/half/components/EditMateria.vue index 213092f..53a2f62 100644 --- a/src/views/half/components/EditMateria.vue +++ b/src/views/half/components/EditMateria.vue @@ -312,6 +312,7 @@ export default { }, //配方接口 async _getPageList(isFirst) { + debugger if (isFirst) { this.pageInfo.current = 1; this.pageInfo.total = 0; diff --git a/src/views/half/components/EditViewOFF.vue b/src/views/half/components/EditViewOFF.vue index a0281c7..72d511c 100644 --- a/src/views/half/components/EditViewOFF.vue +++ b/src/views/half/components/EditViewOFF.vue @@ -1,6 +1,6 @@