Commit 4c628a4b authored by youjie's avatar youjie

no message

parent 375f9ad8
......@@ -1049,6 +1049,7 @@ export default {
this.allLoading = true
this.apipost('Financial_post_MergeFinance',this.addMsg,r=>{
if(r.data.resultCode === 1) {
this.$message.success('标记成功')
this.addChuNa = false
// this.saveMsg=[];
this.getList();
......@@ -1107,7 +1108,7 @@ export default {
if(obj.check){
if(obj.check&&obj.DutyNo){
this.DataList.forEach(x=>{
if(x.DutyNo){
if(obj.DutyNo == x.DutyNo){
let newObj = {
FinanceId:x.FinanceId,
Type:x.Type,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment