diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue index d1f9a3a..5bc97c6 100644 --- a/src/views/system/goodsOrder/index.vue +++ b/src/views/system/goodsOrder/index.vue @@ -63,7 +63,7 @@ :data="goodsOrderList" @selection-change="handleSelectionChange" > - + - + + + + + + + + + + + + + + + + + + { this.getList(); this.$modal.msgSuccess("删除成功"); }) - .catch(() => {}); + .catch(() => { }); }, /** 导出按钮操作 */ handleExport() { this.download( "system/goodsOrder/export", { - ...this.queryParams, - }, + ...this.queryParams, + }, `goodsOrder_${new Date().getTime()}.xlsx` ); },