This commit is contained in:
@@ -65,15 +65,7 @@ function getControl(vm, ref) {
|
||||
//
|
||||
function getControlValue(ctrl) {
|
||||
let value = ctrl.value;
|
||||
// if(value==undefined){
|
||||
// debugger;
|
||||
// if(ctrl._props){
|
||||
// let subvalue=ctrl._props;
|
||||
|
||||
// }
|
||||
// }
|
||||
return value;
|
||||
//vm.$refs["customFields"]._computedWatchers.c2.value
|
||||
}
|
||||
|
||||
////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
//AyaNova Translation related utilities
|
||||
export default {
|
||||
get(key) {
|
||||
// debugger;
|
||||
if (!window.$gz._.has(window.$gz.store.state.translationText, key)) {
|
||||
return "??" + key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user