From 94952b540f5cd3eb34cf24010c420969e076048e Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 10:46:13 +0800 Subject: [PATCH] qx --- src/views/doctor/check/index.vue | 1 - vue.config.js | 2 +- src/views/system/package/index.vue | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index ec42439..a72bc03 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -1063,7 +1063,6 @@ const proId = row.proId; resultList(tjNum, proId).then((res) => { this.jieguoList = res.data; - console.log(this.jieguoList, 998877); this.jyjc = this.jieguoList[0].jyjc; const ycbz = this.jieguoList[0].ycbz; diff --git a/src/views/system/package/index.vue b/src/views/system/package/index.vue index 19ccdde..d710b41 100644 --- a/src/views/system/package/index.vue +++ b/src/views/system/package/index.vue @@ -771,10 +771,12 @@ this.open = true; getPacInFo(row.pacId).then((response) => { // this.form = response.data; - console.log(this.form, 445); Object.keys(response.data).forEach((key) => { this.$set(this.form, key, response.data[key]); }); + this.youhui= this.form.limits + this.pics = this.form.price + this.form.xianprice = this.form.newPrice this.lastXianPrice = this.form.xianprice this.form.keywords = this.form.keywords.slice(0, -1); this.form.keywords = this.form.keywords.split(","); diff --git a/vue.config.js b/vue.config.js index a714937..0e775f0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -54,7 +54,7 @@ [process.env.VUE_APP_BASE_API]: { // target: `https://ltpeis.xaltjdkj.cn:5801/`, // target: `http://192.168.1.2:5011`, - target: `http://192.168.1.99:5011`, + target: `http://192.168.1.113: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