qinxianzhangyao
2023-12-09 876f43e0fd34e084cc8a179a20afb51fe612eca3
src/components/public/index.vue
@@ -1,7 +1,8 @@
<template>
    <div>
        <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
            <h3 v-if="fList.proResult ">检测结果 :{{ fList.proResult }}</h3>
            <h3 v-if="fList.proResult ">检测项目 :{{ fList.project.proName }}</h3>
            <h3 v-if="fList.proResult ">检测结果 :{{ fList.proResult }}{{fList.project.proMetering}}</h3>
            <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
                <el-form-item label="病种名称" prop="bingzhong">
                    <el-input v-model="queryParams.bingzhong" placeholder="请输入简称" clearable
@@ -74,6 +75,7 @@
        'row'(val, newVla) {
            // console.log(val,newVla)
            this.fList = val
            console.log(this.fList);
            // if (this.fList) {
            //     this.getList()
            // }
@@ -93,7 +95,7 @@
                // if (this.fList.proResult == "") {
                let data = {
                    proId: fList.proId,
                    ruleStr: fList.proResult,
                    // ruleStr: fList.proResult,
                }
                getlist(data).then(res => {
                    this.dataList = res.rows