|
@@ -154,7 +154,7 @@
|
|
|
<span
|
|
|
v-for="item in mapList"
|
|
|
:key="item.id"
|
|
|
- >{{item.uniqueName}} {{item.form}};</span>
|
|
|
+ >{{item.uniqueName}} {{item.form}}{{item.hisCode}};</span>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button class="confirm btns" :disabled="saveDisable" @click="submitForm">确定</button>
|
|
@@ -298,8 +298,6 @@ export default {
|
|
|
this.ty = 2;
|
|
|
}
|
|
|
this.searchType = this.ty;
|
|
|
- console.log(this.ty)
|
|
|
- console.log(this.type)
|
|
|
this.showDrop = true;
|
|
|
let params = {
|
|
|
type: this.ty ? this.ty : this.type,
|