Explorar el Código

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx hace 3 años
padre
commit
43689dcee8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/xt_pages/outpatientCharges/components/chargeDialog.vue

+ 2 - 2
src/xt_pages/outpatientCharges/components/chargeDialog.vue Ver fichero

@@ -82,8 +82,8 @@
82 82
     </el-form>
83 83
 
84 84
     <span slot="footer" class="dialog-footer">
85
-    <el-button v-loading="loadingtwo" @click="cancel('formValue')">取 消</el-button>
86
-    <el-button v-loading="loadingtwo" type="primary" @click="confirm('formValue')">确 定</el-button>
85
+    <el-button @click="cancel('formValue')">取 消</el-button>
86
+    <el-button type="primary" @click="confirm('formValue')">确 定</el-button>
87 87
   </span>
88 88
   </el-dialog>
89 89