fix: work product installmentNo
This commit is contained in:
parent
57f0e39821
commit
b96989b559
1 changed files with 1 additions and 0 deletions
|
|
@ -1210,6 +1210,7 @@ function submitAddWorkProduct() {
|
||||||
if (!productExists) {
|
if (!productExists) {
|
||||||
workItems.value[currentWorkIndex.value].product.push({
|
workItems.value[currentWorkIndex.value].product.push({
|
||||||
...i,
|
...i,
|
||||||
|
installmentNo: 1,
|
||||||
nameEn: '',
|
nameEn: '',
|
||||||
});
|
});
|
||||||
workItems.value[currentWorkIndex.value].attributes.stepProperties.forEach(
|
workItems.value[currentWorkIndex.value].attributes.stepProperties.forEach(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue