浏览代码

优化单据界面

LinWuTai 1 年之前
父节点
当前提交
32f2d775fe
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ruoyi-ui/src/views/order/order/index.vue

+ 0 - 1
ruoyi-ui/src/views/order/order/index.vue

@@ -591,7 +591,6 @@ export default {
     /**审批撤回按钮 */
     handleAudit() {
       this.reset()
-      console.log(this.ids)
       auditMoreOrder(this.ids).then((response) => {
         this.$modal.msgSuccess('审批通过')
         this.getList()