-
+
json
@@ -89,12 +89,20 @@ export default {
isReloadData: false,
refreshedXmlTable:true,
currentProjectId: "",
+ rawDataStruct: "",
+ jsonDataStruct: "",
}
},
watch:{
reportType(){
this.request.reportType = this.reportType;
- }
+ },
+ 'request.rawDataStruct'(){
+ this.reload();
+ },
+ 'request.jsonDataStruct'(){
+ this.reload();
+ },
},
created() {
this.currentProjectId = getCurrentProjectID();