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