浏览代码

优化

dev
nizongfeng 3 年前
父节点
当前提交
c7689373e6
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      application/admin/view/receipt_order/index.html

+ 4
- 2
application/admin/view/receipt_order/index.html 查看文件

@@ -445,17 +445,19 @@
} else {
this.$message.error(response.msg);
}
this.getData(this.search.pageNum)
}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
});
}).catch(() => {

this.$message({
type: 'info',
message: '已取消'
});
});
}).finally(()=>{
this.getData(this.search.pageNum)
})

},
editOrderDivShow(info){


正在加载...
取消
保存