ly 9 bulan lalu
induk
melakukan
bc5ed060ee
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      src/views/business/crm/company/form.vue

+ 3 - 0
src/views/business/crm/company/form.vue

@@ -1410,6 +1410,9 @@ function getForm() {
     reset();
     loading.value = false;
     form.value = response.data;
+    if(form.value.sourceCategoryId === "0"){
+      form.value.sourceCategoryId = null;
+    }
     PermanentlyEffective.value = form.value.isPermanentlyEffective == 1;
     // CustomerFormCom.value.setForm(form.value);
     console.log("刷新表单", form.value);