qinxianzhangyao
2024-05-20 edb5616505a118523882a83f53f00e88d03bd373
src/views/system/circle/index.vue
@@ -514,10 +514,10 @@
                    </label>
                  </el-form-item>
                </el-form>
              </div>
              <el-button type="primary" size="mini" @click="tijiao"
                >提交</el-button
              >
              </div>
            </div>
            <div v-if="wenjuan == false">
              <Write :forms="formss" @fMethod="fatherSub"></Write>
@@ -572,7 +572,7 @@
  getNewDateList,
  getRecordByTjNumber,
  listFormFieldsRequest,
  listFormDataTableRequest,
  listFormDataTableRequest,getTjrWnJuanMoBan
} from "@/api/hosp/order";
import { addSurveyRecord } from "@/api/hosp/surveyRecord";
import { listEmer, getDictEmerList } from "@/api/system/emer";
@@ -972,8 +972,9 @@
    investigation(row) {
      this.gation = row;
      this.formss.tjNumber = this.gation.tjNumber;
      let mid = "22";
      printCode(mid).then((response) => {
      let tjCategory = this.gation.tjCategory;
      getTjrWnJuanMoBan(tjCategory).then((response) => {
        console.log(response)
        if (response.data) {
          this.intList = response.data;
          this.wenjuan = true;
@@ -1222,10 +1223,10 @@
}
.drawer1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  // display: flex;
  // flex-direction: row;
  // justify-content: space-evenly;
  // align-items: flex-start;
  padding: 10px 20px;
}
.mx {