提交
This commit is contained in:
@@ -1001,7 +1001,11 @@ function submitForm() {
|
||||
});
|
||||
if (idEdit.value != 0) {
|
||||
//修改
|
||||
let arr = JSON.parse(JSON.stringify(checkPlanList.value[0]));
|
||||
let obj = JSON.parse(JSON.stringify(checkPlanList.value[0]));
|
||||
obj.cangku = storeData.value.warehouseCode[
|
||||
storeData.value.warehouseCode.length - 1
|
||||
];
|
||||
let arr = JSON.parse(JSON.stringify(obj));
|
||||
updateRecord(arr).then((response) => {
|
||||
proxy.$modal.msgSuccess("修改成功");
|
||||
open.value = false;
|
||||
|
||||
Reference in New Issue
Block a user