|
|
@@ -1,6 +1,6 @@
|
|
|
<!-- 搜索表单 -->
|
|
|
<template>
|
|
|
- <simple-form-modal title="设置仓库" :items="formItems" ref="editRef" :baseUrl="baseUrl" isMerge></simple-form-modal>
|
|
|
+ <simple-form-modal title="设置仓库" :items="formItems" ref="editRef" :baseUrl="baseUrl" isMerge idKey="sysUserId"></simple-form-modal>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
@@ -38,6 +38,7 @@ async function getGodownList() {
|
|
|
//默认值
|
|
|
const baseUrl = reactive({
|
|
|
add: '/baseinfo/godown/setSysUserGodown',
|
|
|
+ update: '/baseinfo/godown/setSysUserGodown',
|
|
|
});
|
|
|
const formData = ref({
|
|
|
godownIds: '',
|