src/views/patient/propaganda/QuestionnaireTask.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/patient/propaganda/particty.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -200,11 +200,10 @@ <el-col :span="20" ><el-form-item label="适用科室" prop="region"> <el-select v-model="deptcodesWards" v-model="form.deptcode" @remove-tag="removetag" style="width: 400px" size="medium" multiple filterable placeholder="请选择科室" > @@ -223,11 +222,10 @@ <el-col :span="20" ><el-form-item label="适用病区" prop="region"> <el-select v-model="leavehospitaldistrictcodes" v-model="form.leavehospitaldistrictcode" style="width: 400px" @remove-tag="removehpsp" size="medium" multiple filterable placeholder="请选择病区" > @@ -1309,7 +1307,7 @@ this.$modal.msgError("请选择服务类型"); return; } if (this.deptcodesWards[0]||this.leavehospitaldistrictcodes[0]) { if (this.form.leavehospitaldistrictcode||this.form.deptcode) { } else { this.$modal.msgError("请选择科室或病区"); return; @@ -1347,9 +1345,9 @@ this.form.type = this.$route.query.type; } this.form.serviceType = this.serviceType; this.form.deptcode = this.deptcodesWards.join(","); this.form.leavehospitaldistrictcode = this.leavehospitaldistrictcodes.join(","); // this.form.deptcode = this.deptcodesWards.join(","); // this.form.leavehospitaldistrictcode = // this.leavehospitaldistrictcodes.join(","); Editsingletask(this.form).then((res) => { if (res.code == 200) { src/views/patient/propaganda/particty.vue
@@ -223,7 +223,6 @@ style="width: 400px" size="medium" filterable multiple placeholder="请选择科室" > <el-option @@ -246,7 +245,6 @@ @remove-tag="removehpsp" size="medium" filterable multiple placeholder="请选择病区" > <el-option vue.config.js
@@ -36,9 +36,9 @@ // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://192.168.168.60:8095`, target: `http://192.168.144.34:8095`, // target: `http://192.168.144.34:8095`, // target: `http://61.160.111.174:8095`, // target:`http://localhost:8095`, target:`http://localhost:8095`, // target: `http://192.168.101.135:8095`, // target: `http://192.168.101.166:8093`, // target: `http://192.168.191.181:8095`,