Commit 5695c088 authored by 黄奎's avatar 黄奎

页面修改

parent a3bdcbec
......@@ -300,8 +300,9 @@ export default {
}
}, faildCall)
},
//下载文件
Vue.prototype.GetLocalFile = function (cmd, msg, fileName, successCall) {
Vue.prototype.GetLocalFile = function (cmd, msg, fileName, callBack) {
if (msg == null || msg == "") {
msg = {}
}
......@@ -343,7 +344,9 @@ export default {
};
callBack(result);
}
}).catch(function (res) { });
}).catch(function (res) {
console.log("GetLocalFile", res);
});
}
}
}
\ No newline at end of file
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