浏览代码

HIS 系统提交

XMLWAN 4 年前
父节点
当前提交
52f6054edf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

341
       open(index) {
341
       open(index) {
342
         if (index == 1) {
342
         if (index == 1) {
343
           localStorage.setItem('drugs', JSON.stringify(this.preDrugs))
343
           localStorage.setItem('drugs', JSON.stringify(this.preDrugs))
344
-          this.$message({ message: '保存成功', type: 'success' })
344
+          // this.$message({ message: '保存成功', type: 'success' })
345
         } else if (index == 2) {
345
         } else if (index == 2) {
346
           this.$router.push('/outpatientDoctorStation/print')
346
           this.$router.push('/outpatientDoctorStation/print')
347
         } else if (index == 4) {
347
         } else if (index == 4) {