This commit is contained in:
@@ -57,12 +57,6 @@ export default {
|
||||
if (parsedValue == this.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
// console.log("PCT CONTROL:", {
|
||||
// parsedValue: parsedValue,
|
||||
// value: this.value
|
||||
// });
|
||||
|
||||
this.$emit("input", parsedValue);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,7 +185,6 @@ export default {
|
||||
return window.$gz.form;
|
||||
},
|
||||
fieldValueChanged(ref) {
|
||||
console.log("woitemscheduserform, field value changed", ref);
|
||||
if (!this.formState.loading && !this.formState.readonly) {
|
||||
//flag this record dirty so it gets picked up by save
|
||||
this.value.items[this.activeWoItemIndex].scheduledUsers[
|
||||
|
||||
Reference in New Issue
Block a user