heyang vor 1 Jahr
Ursprung
Commit
2b568c1815

+ 1 - 1
src/api/medicUniversity-3_1/index.js

@@ -143,7 +143,7 @@ export function hxpCabinetList(query) {
 //获取机柜列表(无权限)
 export function getNoauthList(query) {
   return request({
-    url: '/chemical/hxpCabinet/getNoauthList',
+    url: '/chemical/hxpCabinet/getCabinetList',
     method: 'get',
     params: query
   })

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/InventoryManagement/InventoryDetails/index.vue

@@ -201,7 +201,7 @@
     methods: {
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/InventoryManagement/OutboundRecord/index.vue

@@ -236,7 +236,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/InventoryManagement/warehousingRecord/index.vue

@@ -244,7 +244,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/usageRecord/index.vue

@@ -256,7 +256,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/studentViews/chemicalManagement/studentOutboundRecord/index.vue

@@ -230,7 +230,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/studentViews/chemicalManagement/studentUsageRecord/index.vue

@@ -234,7 +234,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={

+ 1 - 1
src/views/studentViews/chemicalManagement/studentWarehousingRecord/index.vue

@@ -238,7 +238,7 @@
       },
       //获取化学品柜列表
       getNoauthList(){
-        getNoauthList({pageNum:1,pageSize:1000}).then(response => {
+        getNoauthList({}).then(response => {
           let list = [];
           for(let i=0;i<response.rows.length;i++){
             let obj ={