|
|
|
@ -955,9 +955,10 @@ |
|
|
|
v-model="rusetform.diagnosisId" |
|
|
|
placeholder="请选择" |
|
|
|
filterable |
|
|
|
clearable |
|
|
|
:filter-method="remoteMethod" |
|
|
|
clearable |
|
|
|
@change="quckRusetforms" |
|
|
|
default-first-option |
|
|
|
size="small" |
|
|
|
> |
|
|
|
<el-option |
|
|
|
@ -2181,7 +2182,7 @@ export default { |
|
|
|
if (this.rusetform.id == undefined) { |
|
|
|
this.$message.warning("请选择操作的数据"); |
|
|
|
} else { |
|
|
|
this.addoredit(); |
|
|
|
// this.addoredit(); |
|
|
|
this.ruesttiele = 2; |
|
|
|
this.ruesttieledialogVisible = true; |
|
|
|
if (this.$refs.rusetform !== undefined) { |
|
|
|
@ -2293,7 +2294,7 @@ export default { |
|
|
|
}, |
|
|
|
//结果模板添加 |
|
|
|
increase() { |
|
|
|
this.addoredit(); |
|
|
|
// this.addoredit(); |
|
|
|
this.ruesttiele = 1; |
|
|
|
this.ruesttieledialogVisible = true; |
|
|
|
if (this.$refs.rusetform !== undefined) { |
|
|
|
|