XMLWAN 4 years ago
parent
commit
33119c8daa

+ 1 - 2
src/xt_pages/data/components/addInspection.vue View File

@@ -65,7 +65,7 @@
65 65
             <el-form>
66 66
                 <el-table :data="tableData" border  style="100%" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row ref="tab">
67 67
                     <el-table-column align="center" prop="name" label="分类" width="120">
68
-                        <template slot-scope="scope">{{getId(scope.row.cost_classify)}}</template>
68
+                        <template slot-scope="scope">{{getId(scope.row.statistical_classification)}}</template>
69 69
                     </el-table-column>
70 70
                     <el-table-column align="center" prop="name" label="组套明细" width="120">
71 71
                         <template slot-scope="scope">{{scope.row.project_name}}</template>
@@ -253,7 +253,6 @@ export default {
253 253
          console.log("33333",this.tableData)
254 254
       
255 255
          
256
-       
257 256
             const params = {
258 257
               id:this.form.project_detail,
259 258
               number:parseInt(this.form.number)

+ 2 - 0
src/xt_pages/user/courseOfDisease.vue View File

@@ -329,11 +329,13 @@
329 329
 
330 330
       createAction: function() {
331 331
         this.new_content = encodeURIComponent(this.$refs.editor.content)
332
+        console.log("222222222",this.new_content)
332 333
         if (this.new_content.length == 0) {
333 334
           this.$message.error('请填写病程内容')
334 335
           return
335 336
         }
336 337
         this.uploading_new_record = true
338
+        console.log("2222222222222222222222",this.new_content)
337 339
         createCourseOfDiseaseRecord(this.patient_id, this.new_content, this.course_of_disease_time, this.title).then(rs => {
338 340
           this.uploading_new_record = false
339 341
           var resp = rs.data