Browse Source

新增医嘱的时候,清空参数

vothin 2 years ago
parent
commit
b084dd5192
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/ncs-advice/index.vue

+ 6 - 0
src/views/ncs-advice/index.vue

@@ -481,6 +481,12 @@ export default {
         customer_id: this.customerId,
         customer_id: this.customerId,
         part_id: this.partId
         part_id: this.partId
       }
       }
+      this.detailForm = [
+        {
+          name: '',
+          value: ''
+        }
+      ]
     },
     },
     /** 修改医嘱  **/
     /** 修改医嘱  **/
     handleEdit(params) {
     handleEdit(params) {