11wqe1 9 months ago
parent
commit
0271b6dbc4

+ 7 - 3
src/components/pages/test/examine/conpoments/targetPage.vue

@@ -154,6 +154,8 @@
           <el-table-column prop="source" label="数据来源"> </el-table-column>
           <el-table-column prop="cognizance" label="认定分数">
           </el-table-column>
+          <el-table-column prop="cognizance" label="认定概述">
+          </el-table-column>
         </el-table>
       </div>
       <!-- <span slot="footer" class="dialog-footer">
@@ -1214,7 +1216,7 @@ export default {
         org: this.org,
         type: this.pType
       };
-      console.log(params);
+      // console.log(params);
       this.ajax
         .get(this.$store.state.api + "selectTestExamineAllData", params)
         .then(res => {
@@ -1233,14 +1235,16 @@ export default {
         org: this.org,
         oid: this.oid
       };
-      console.log(params);
+      // console.log(params);
       this.ajax
         .get(this.$store.state.api + "selectTestExamineBase", params)
         .then(res => {
           // console.log("resresresres", res.data[0]);
-          console.log("selectTestExamineBase", res.data[0][0]);
+          // console.log("selectTestExamineBase", res.data[0][0]);
           this.tableJsonCon = JSON.parse(res.data[0][0].json);
           this.handleData();
+          this.getData()
+
           this.tabLoad = false;
         })
         .catch(error => {

+ 4 - 2
src/components/pages/testPerson/examine/index.vue

@@ -352,12 +352,14 @@ export default {
             this.handleData();
             return (this.tabLoad = false);
           } else {
+            this.allData.type = 1;
+            this.allData.rjson = "";
             this.handleData();
             this.tabLoad = false
           }
+          // this.$forceUpdate();
           //  else {
           //   this.allData.type = 1;
-          //   this.allData.rjson = "";
           //   this.getPageBase();
           //   this.tabLoad = false;
           // }
@@ -377,7 +379,7 @@ export default {
         .get(this.$store.state.api + "selectTestExamineBase", params)
         .then(res => {
           // console.log("resresresres", res.data[0]);
-          this.allData = res.data[0][0];
+          // this.allData = res.data[0][0];
 
           console.log("selectTestExamineBase", res.data[0][0]);
           this.PageBaseData = JSON.parse(res.data[0][0].json);