This commit is contained in:
@@ -951,13 +951,13 @@ export default {
|
|||||||
//Change URL to new record
|
//Change URL to new record
|
||||||
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
|
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
|
||||||
|
|
||||||
this.$router.push({
|
// this.$router.push({
|
||||||
name: "inv-purchase-order",
|
// name: "inv-purchase-order",
|
||||||
params: {
|
// params: {
|
||||||
recordid: res.data.id,
|
// recordid: res.data.id,
|
||||||
obj: res.data // Pass data object to new form
|
// obj: res.data // Pass data object to new form
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
|
|
||||||
//Update the form status
|
//Update the form status
|
||||||
window.$gz.form.setFormState({
|
window.$gz.form.setFormState({
|
||||||
|
|||||||
Reference in New Issue
Block a user