pengjun 2 months ago
parent
commit
ba67330169
  1. 4
      public/sysConfig.json
  2. 7
      src/components/doctorCheck/PatientRegisterBase2.vue
  3. 2
      src/views/doctorCheck/sumDoctorCheck.vue

4
public/sysConfig.json

@ -1,7 +1,7 @@
{ {
"apiurl": "http://192.168.0.188:9530",
"apiurl": "http://192.168.1.138:9527",
"softName": "神豚体检管理系统", "softName": "神豚体检管理系统",
"pacsApi": "http://192.168.0.188:9530",
"pacsApi": "http://192.168.1.138:9527",
"dcmViewers": "https://app.mzaktj.com:4436", "dcmViewers": "https://app.mzaktj.com:4436",
"pacsApiHttps": "https://app.mzaktj.com:8042", "pacsApiHttps": "https://app.mzaktj.com:8042",
"dict":{ "dict":{

7
src/components/doctorCheck/PatientRegisterBase2.vue

@ -108,8 +108,8 @@
<PatientRegisterForChoose :params="PatientRegisterList" @chooseBak="chooseBak" /> <PatientRegisterForChoose :params="PatientRegisterList" @chooseBak="chooseBak" />
</el-dialog> </el-dialog>
<el-dialog title="调查问卷" :visible.sync="dialogWin.question" width="800px"
:close-on-click-modal="false" :append-to-body="true">
<el-dialog title="调查问卷" :visible.sync="dialogWin.question" width="800px" :close-on-click-modal="false"
:append-to-body="true">
<Question :refParams="questionParams" /> <Question :refParams="questionParams" />
</el-dialog> </el-dialog>
</div> </div>
@ -519,6 +519,9 @@ export default {
console.log(`watch.refParams.resetTimes newVal: ${newVal} oldVal: ${oldVal}`); console.log(`watch.refParams.resetTimes newVal: ${newVal} oldVal: ${oldVal}`);
if (newVal && newVal != oldVal) { if (newVal && newVal != oldVal) {
this.prBase = Object.assign({}, this.prBase, this.prBaseInit) this.prBase = Object.assign({}, this.prBase, this.prBaseInit)
this.$nextTick(() => {
this.$refs['tmh'].focus(); //
});
} }
} }
}, },

2
src/views/doctorCheck/sumDoctorCheck.vue

@ -762,7 +762,7 @@ export default {
// this.rowDrop(); // this.rowDrop();
this.rowDropSuggestion(); this.rowDropSuggestion();
this.rowDropSuggestionEasy();
//this.rowDropSuggestionEasy();
}, },

Loading…
Cancel
Save