pc-master #243
@ -306,6 +306,10 @@ export default {
|
||||
if (res.data.code == 200) {
|
||||
this.tableData1 = res.data.data.data
|
||||
this.total1 = res.data.data.totalCount
|
||||
}else{
|
||||
this.$message.success(res.data.msg);
|
||||
this.tableData1=[]
|
||||
this.total1 =0
|
||||
}
|
||||
})
|
||||
},
|
||||
@ -339,6 +343,11 @@ export default {
|
||||
});
|
||||
this.tableData.push(processedData)
|
||||
})
|
||||
}else{
|
||||
this.$message.success(res.data.msg);
|
||||
this.tableList = []
|
||||
this.tableData = []
|
||||
this.total =0
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user