Commit 14e59114 by 肖小磊

创建任务将上一个任务上传的终端也一并提交的BUG

parent 5d631742
......@@ -3,7 +3,7 @@
var ApiConfig = {
//baseLink: "http://115.159.142.32:8068/",
//baseLink: "http://115.159.142.32:8058/",
//baseLink: "http://localhost:58947/",
// baseLink: "http://localhost:58947/",
//baseLink: "http://10.126.226.37:8070/",
baseLink: "http://10.96.0.2:8070/",
Link: {
......
......@@ -515,6 +515,7 @@ export default {
MaxUpdateNum: '30',
ClientType: '2',
StoreExcelPath: '',
PosExcelPath:'',
StartType: "0",
FTPUserName: "",
FTPPassword: "",
......@@ -687,6 +688,11 @@ export default {
data: that.createUploadTaskForm,
success(res) {
that.$refs[formName].resetFields();
that.createUploadTaskForm.PosExcelPath = '';
that.createUploadTaskForm.StoreExcelPath = '';
that.$refs.addShop.fileTxt = '';
that.$refs.addTerminal.fileTxt = '';
if (close != false) {
that.$message.success('创建成功');
that.CloseShow()
......@@ -864,6 +870,7 @@ export default {
MaxUpdateNum: '30',
ClientType: '2',
StoreExcelPath: '',
PosExcelPath:'',
StartType: "0",
FTPUserName: "",
FTPPassword: "",
......
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