qinxianzhangyao
2024-07-18 9f60cae5f48606a0cac8fbc2b31ec03f17833ba7
qxtj
4个文件已修改
1个文件已删除
114 ■■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/examination/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/interfaces/index.vue 96 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
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();
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
src/views/system/interfaces/index.vue
File was deleted
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`,