Browse Source

退款明细的重置按钮去掉了对get方法的调用

Hongxilin
hongxilin 5 months ago
parent
commit
3c0fb2ffa0
  1. 1
      vue/gold-system/src/views/refund/allRefund.vue

1
vue/gold-system/src/views/refund/allRefund.vue

@ -97,7 +97,6 @@ const reset = function () {
detail.value.area = ""; detail.value.area = "";
detail.value.startDate = ""; detail.value.startDate = "";
detail.value.endDate = ""; detail.value.endDate = "";
get();
}; };
// //
const getToday = function () { const getToday = function () {

Loading…
Cancel
Save