Browse Source

修改备注按钮不加节流

x-emr
bianyaqi 2 years ago
parent
commit
1ab15f1191
  1. BIN
      dist.zip
  2. 2
      src/components/360View/collection.vue

BIN
dist.zip

Binary file not shown.

2
src/components/360View/collection.vue

@ -74,7 +74,7 @@
<el-input ref="renameRef" v-model="editRemark" />
<div slot="footer" class="dialog-footer">
<el-button @click="remarkDialog = false"> </el-button>
<el-button type="primary" :disabled="disabled" @click="editPatientRemark()"> </el-button>
<el-button type="primary" @click="editPatientRemark()"> </el-button>
</div>
</el-dialog>
</div>

Loading…
Cancel
Save