|
@@ -195,7 +195,7 @@ const clickDelete = (index) => {
|
|
|
const submitForm = () => {
|
|
|
submit.value.handleSubmit(() => {
|
|
|
if (formData.data.inOutStorageBomList && formData.data.inOutStorageBomList.length > 0) {
|
|
|
- proxy.post("/inOutStorage/add", formData.data).then(() => {
|
|
|
+ proxy.post("/inOutStorage/addAllot", formData.data).then(() => {
|
|
|
ElMessage({
|
|
|
message: "提交成功",
|
|
|
type: "success",
|