|
@@ -1305,6 +1305,9 @@ function open(id, position) {
|
|
|
if (id) {
|
|
|
getCompany(id).then((response) => {
|
|
|
form.value = response.data;
|
|
|
+ if(form.value.sourceCategoryId === "0"){
|
|
|
+ form.value.sourceCategoryId = null;
|
|
|
+ }
|
|
|
defaultIsZero.value = Number(response.data.isZero);
|
|
|
initRegion();
|
|
|
editStatus.value = false;
|