|  | @@ -3720,6 +3720,7 @@ import { addSet, select, resetModule } from "@/api/system/set";
 | 
	
		
			
				|  |  |  import upLoad from "../components/upLoad";
 | 
	
		
			
				|  |  |  import draggable from "vuedraggable";
 | 
	
		
			
				|  |  |  import { getDept } from "@/api/basicdata/dept";
 | 
	
		
			
				|  |  | +import {queryClerkRoleList} from "@/api/warehouseBusiness/warehouseInStock";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: "inStock",
 | 
	
	
		
			
				|  | @@ -4297,7 +4298,7 @@ export default {
 | 
	
		
			
				|  |  |      listCorps().then((response) => {
 | 
	
		
			
				|  |  |        this.fSbuOptions = response.rows;
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  | -    listUser().then((response) => {
 | 
	
		
			
				|  |  | +    queryClerkRoleList().then((response) => {
 | 
	
		
			
				|  |  |        this.userOptions = response.rows;
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
 |