lichao %!s(int64=3) %!d(string=hai) anos
pai
achega
04b2004b9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Warehousing/stockTransfer/AddOrUpdate.vue

+ 1 - 1
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -4299,7 +4299,7 @@ export default {
       this.fSbuOptions = response.rows;
     });
     queryClerkRoleList().then((response) => {
-      this.userOptions = response.rows;
+      this.userOptions = response.data;
     });
     listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
       this.goodsOptions = response.rows;