This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
|||||||
);
|
);
|
||||||
|
|
||||||
//upload the data
|
//upload the data
|
||||||
await this.upload(dat);
|
await this.upload(dat);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
window.$gz.errorHandler.handleFormError(error);
|
window.$gz.errorHandler.handleFormError(error);
|
||||||
} finally {
|
} finally {
|
||||||
@@ -317,7 +317,7 @@ function transform(dat, atype) {
|
|||||||
var newItems = [];
|
var newItems = [];
|
||||||
z.Items.split(",").forEach((x, i) => {
|
z.Items.split(",").forEach((x, i) => {
|
||||||
newItems.push({
|
newItems.push({
|
||||||
Sequence: i,
|
Sequence: i + 1,
|
||||||
Task: x
|
Task: x
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user