@@ -141,6 +141,7 @@
}
this.form = Object.assign({},data);
if(isCopy){
+ this.title='组合字段维护-复制组合字段';
this.isCopy = isCopy
this.form.tagName = ""
this.form.id=""
@@ -7,7 +7,7 @@
<el-form-item label="所属医院:" prop="hospitalId">
<el-select v-model="form.hospitalId"
placeholder="请选择"
- :disabled="!!this.form.id"
+ :disabled="!!this.form.id||copy"
@change="changeHospital"
size="small">
<el-option
@@ -227,7 +227,8 @@
getFilterItems() {
const param = Object.assign({
current: this.currentPage,
- size: this.pageSize
+ size: this.pageSize,
+ tagTypeList:[1]
},this.filter);
return param;
},
@@ -208,7 +208,8 @@
+ tagTypeList:[4]