Explorar el Código

提交相关代码

Lijy hace 11 meses
padre
commit
ae759c2fcf

+ 5 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

@@ -360,7 +360,11 @@ function newTask(item: any) {
 function editCustomerSave(flag: boolean) {
   customerTemplateRef.value?.getData().then((res: any) => {
     allLoading.editCustomerSaveLoading = true
-    post(URL_EDITSAVE, { ...res }).then((_res) => {
+    let formVal = {
+      ...customerTemplateValue.value,
+      ...res
+    }
+    post(URL_EDITSAVE, { ...formVal }).then((_res) => {
       allVisible.editCustomerVisible = flag
       globalPopup?.showSuccess('保存成功')
       if (flag) {