From 9f60cae5f48606a0cac8fbc2b31ec03f17833ba7 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 18 七月 2024 16:41:43 +0800
Subject: [PATCH] qxtj

---
 /dev/null                              |   96 ------------------------------------------------
 src/views/doctor/checkAll/index.vue    |   11 +++--
 vue.config.js                          |    2 
 src/views/doctor/examination/index.vue |    3 -
 src/views/hosp/project/index.vue       |    2 
 5 files changed, 9 insertions(+), 105 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index e6fafd8..0b23eb4 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -229,7 +229,7 @@
             :total="total"
             :page.sync="queryParams.page"
             :limit.sync="queryParams.pageSize"
-            @pagination="getList"
+            @pagination="submitForm"
           />
         </div>
       </div>
@@ -1546,7 +1546,6 @@
     },
     eventchange(data) {
       this.dataText = data;
-      console.log(this.textarea1);
       if (this.textarea1 == null) {
         this.textarea1 = "";
       }
@@ -1703,7 +1702,10 @@
     },
 
     handleCurrentChange(val) {
-      this.handleClick(val);
+      if(val != null){
+        this.handleClick(val);
+      }
+     
     },
 
     // 鐐瑰嚮璇︽儏
@@ -1744,7 +1746,6 @@
                     for (let i = 0; i < this.changedate.length; i++) {
                       this.remark = this.changedate[i].remark;
                     }
-                    console.log(this.changedate);
                     this.changedate.forEach((item) => {
                       // this.remark = item.remark;
                       // item.sons.forEach((item3) => {
@@ -1879,6 +1880,7 @@
             id: this.MsgId,
           };
           getfiedState(data).then((res) => {});
+          this.submitForm()
         });
     },
     handleClose1() {
@@ -1906,7 +1908,6 @@
     //   }
     // },
     change(vale) {
-      // console.log(this.changedate[index].remark);
     },
     determine() {
       let tjNumber = this.tableAll.tjNumber;
diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index adf1f5e..5f37c1b 100644
--- a/src/views/doctor/examination/index.vue
+++ b/src/views/doctor/examination/index.vue
@@ -479,7 +479,6 @@
     },
     // 鍗曢�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
-      console.log(11111);
       this.selectList = selection;
       this.multipleSelection = [];
       if (selection.length > 1) {
@@ -563,7 +562,7 @@
       dataSynchronization(tjNumber).then((res) => {
         if (res.code == 200) {
           // this.$forceUpdate();
-          // this.getList();
+          this.handleCurrentChange(row);
           clearInterval(this.clearTimeSet)
           this.clearTimeSet=null
           this.$modal.closeLoading();
diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index 445e921..eb21e42 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -1567,7 +1567,7 @@
     handleUpdate1() {
       this.open = true;
       this.form = this.xiugaiList;
-      console.log(this.form)
+      this.form.proStatus = this.form.proStatus.toString()
       this.proParent = true;
       // if(){
       //   this.proParent = true
diff --git a/src/views/system/interfaces/index.vue b/src/views/system/interfaces/index.vue
deleted file mode 100644
index a293571..0000000
--- a/src/views/system/interfaces/index.vue
+++ /dev/null
@@ -1,96 +0,0 @@
-<template>
-  <div class="app-container">
-    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true">
-      <el-form-item label="鍦板潃" prop="menuName">
-        <el-input
-          v-model="queryParams.menuName"
-          placeholder="璇疯緭鍏ュ湴鍧�"
-          clearable
-        />
-      </el-form-item>
-    </el-form>
-    <el-row :gutter="10" class="mb8">
-      <el-col :span="1.5">
-        <el-button type="primary" size="mini" @click="handleExport"
-          >璋冪敤</el-button
-        >
-      </el-col>
-    </el-row>
-
-    <template>
-      <el-table
-        border
-        v-loading="loading"
-        :data="orderList"
-        @selection-change="handleSelectionChange"
-        height="560"
-      >
-        <el-table-column type="selection" width="40px" align="center" />
-        <el-table-column label="鎺ュ彛鍚嶇О" align="center" prop="dictName" />
-        <el-table-column
-          label="澶囨敞"
-          align="center"
-          prop="remark"
-          :show-overflow-tooltip="true"
-        />
-      </el-table>
-    </template>
-  </div>
-</template>
-
-<script>
-import { histongbulist, histongbuexec, hisexec } from "@/api/system/interface";
-export default {
-  name: "Interface",
-  data() {
-    return {
-      orderList: [],
-      selectionList: [],
-      loading: false,
-      methods: [],
-      queryParams:{
-        menuName:""
-      }
-    };
-  },
-  created() {
-    this.getList();
-  },
-  methods: {
-    getList() {
-      (this.loading = true),
-        histongbulist().then((res) => {
-          if (res.data) {
-            this.orderList = res.data;
-          }
-          this.loading = false;
-        });
-    },
-    handleSelectionChange(selection) {
-      this.selectionList = selection;
-    },
-    handleExport() {
-      if (this.selectionList.length != 0) {
-        if (this.selectionList.length == this.orderList.length) {
-          histongbuexec().then((res) => {
-            this.$modal.msgSuccess("鍚屾鎴愬姛");
-            this.getList()
-          });
-        } else {
-          this.methods = this.selectionList.map((item) => item.dictName);
-          let data = {
-            methods: this.methods,
-            type: false,
-          };
-          hisexec(data).then((res) => {
-            this.$modal.msgSuccess("鍚屾鎴愬姛");
-            this.getList()
-          });
-        }
-      } else {
-        this.$modal.msgError("璇烽�夋嫨鍚屾鏁版嵁");
-      }
-    },
-  },
-};
-</script>
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 0bcde09..3c4e20b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -53,7 +53,7 @@
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://ltpeis.xaltjdkj.cn:5801/`,
-        target: `http://192.168.1.113:5011`,
+        target: `http://192.168.1.3:5011`,
         // // target: `http://192.168.0.99:8080/ltkj-admin`,
         // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
         // target: `http://10.168.0.9:5011`,

--
Gitblit v1.8.0