소스 검색

修改bug'

lichao 3 년 전
부모
커밋
04b2004b9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;