GouGengquan 11 mesi fa
parent
commit
54b45d0732

+ 1 - 1
src/views/assets/addAssetsOrder.vue

@@ -925,7 +925,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/allList.vue

@@ -244,7 +244,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/archivedList.vue

@@ -274,7 +274,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/departmentDoneList.vue

@@ -188,7 +188,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/departmentTodoList.vue

@@ -295,7 +295,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/myOrderList.vue

@@ -1186,7 +1186,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/orderDetail.vue

@@ -2027,7 +2027,7 @@ export default {
     },
     // 获取部门下拉列表
     getAllotDepartment() {
-      this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+      this.$api.department.allot('ASSET_BUSINESS').then(res => {
         if (res.code === 200) {
           this.allotDepartment = res.data;
         }

+ 1 - 1
src/views/assets/repertoryList.vue

@@ -296,7 +296,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }

+ 1 - 1
src/views/assets/terminateList.vue

@@ -249,7 +249,7 @@ export default {
         },
         // 获取部门下拉列表
         getAllotDepartment() {
-            this.$api.department.allot('ASSETS_BUSINESS').then(res => {
+            this.$api.department.allot('ASSET_BUSINESS').then(res => {
                 if (res.code === 200) {
                     this.allotDepartment = res.data;
                 }