Browse Source

核销单从表删除合计列错位问题

zhuth 7 years ago
parent
commit
0d95182464
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/core/form/field/DetailGridField.js

+ 1 - 0
frontend/saas-web/app/view/core/form/field/DetailGridField.js

@@ -287,6 +287,7 @@ Ext.define('saas.view.core.form.field.DetailGridField', {
             store.remove(selectedRecord);
             me.fireEvent('validChange');
         }
+        store.getAt(0) ? store.afterEdit(store.getAt(0), ['']) : null;
     },
 
     swapUp: function() {