提交 87d2884f 编写于 作者: chengxiang.li's avatar chengxiang.li

申请明细页面移除多余提示

上级 6694d1a4
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
getDetailListReq(req).then(res => { getDetailListReq(req).then(res => {
closeLoading(this); closeLoading(this);
if (res.code == "000000") { if (res.code == "000000") {
console.log('申请明细 ', res) // console.log('申请明细 ', res)
if (res.data && res.data.data) { if (res.data && res.data.data) {
this.tableData = res.data.data; this.tableData = res.data.data;
this.totalRows = res.data.totalRows; this.totalRows = res.data.totalRows;
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
closeLoading(this); closeLoading(this);
// debugger; // debugger;
if (res.code == "000000") { if (res.code == "000000") {
console.log('导出', res) // console.log('导出', res)
if (res.data) { if (res.data) {
this.downloadFile(res.data) this.downloadFile(res.data)
} else { } else {
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
a.click(); a.click();
}, },
uploadImport(file) { uploadImport(file) {
console.log('上传file: ', file) // console.log('上传file: ', file)
let req = { let req = {
file: file, file: file,
}; };
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
// openLoading(this); // openLoading(this);
handleImportReq(fd).then(res => { handleImportReq(fd).then(res => {
// closeLoading(this); // closeLoading(this);
console.log('上传》》》@@@@@@@', res) // console.log('上传》》》@@@@@@@', res)
if (res.code == "000000") { if (res.code == "000000") {
this.$message({ this.$message({
message: '上传成功!', message: '上传成功!',
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
}, },
handleSizeChange(val){ handleSizeChange(val){
console.log('handleSizeChange>>>') // console.log('handleSizeChange>>>')
this.searchForm.pageSize = val; this.searchForm.pageSize = val;
this.goToSearch(); this.goToSearch();
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册