This commit is contained in:
2020-04-09 22:58:18 +00:00
parent ae3baeb954
commit 019fb4a76d
11 changed files with 10 additions and 63 deletions

View File

@@ -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
}
////////////////////////////////////