@@ -1231,7 +1231,7 @@ const handleSubmit = async () => {
return false;
};
const getFormData = () => {
- return formData.data;
+ return proxy.deepClone(formData.data);
// 向父组件暴露
defineExpose({
@@ -1191,7 +1191,7 @@ const handleSubmit = async () => {
@@ -1051,7 +1051,7 @@ const clickCustomerProduct = () => {
openProductCustomer.value = true;
@@ -942,7 +942,7 @@ const clickCustomerProduct = () => {
@@ -961,7 +961,7 @@ watch(
}
);
@@ -1093,7 +1093,7 @@ const clickCustomerProduct = () => {
@@ -920,7 +920,7 @@ onMounted(() => {
});
@@ -581,7 +581,7 @@ onMounted(async () => {
@@ -281,7 +281,7 @@ const handleSubmit = async () => {
return status;
@@ -242,7 +242,7 @@ const getDict = () => {
getDict();
@@ -749,7 +749,7 @@ const onPreviewFile = (file) => {
window.open(file.raw.fileUrl, "_blank");
@@ -824,7 +824,7 @@ onMounted(() => {
@@ -224,7 +224,7 @@ const getDict = () => {
getFormData,
@@ -912,7 +912,7 @@ const handleSubmit = async () => {