فهرست منبع

更换接口
修改角色字段

Qukatie 3 هفته پیش
والد
کامیت
9f88f38d6b

+ 3 - 3
src/api/iosBasicData/containers.js

@@ -33,12 +33,12 @@ export const containersRemove = (ids) => {
   })
 }
 // 删除
-export const removeById = (id) => {
+export const removeById = (ids) => {
   return request({
-    url: '/api/blade-los/containers/removeById',
+    url: '/api/blade-los/tradingBox/removeById',
     method: 'get',
     params: {
-      id,
+      ids,
     }
   })
 }

+ 0 - 1
src/views/iosBasicData/SeafreightExportF/bills/assembly/DistributionBox/containers.vue

@@ -107,7 +107,6 @@
             v-if="assemblyForm.billType != 'MM'"
             :type="scope.type"
             :size="scope.size"
-            icon="el-icon-delete"
             :disabled="detailData.seeDisabled || pleasereviewType || showLock"
             @click.stop="rowDel(scope.row, scope.index)"
             >{{ $t("btn118n.deleted") }}

+ 1 - 1
src/views/iosBasicData/bcorps/detailsPage.vue

@@ -2408,7 +2408,7 @@ export default {
           let obj = {
             ...scope.row,
             shortName: this.formData.shortName,
-            roleName: res.data.roleName
+            roleNames: res.data.roleName
           };
           createUser(obj).then(res => {
             this.$message({