Commit 14e59114 by 肖小磊

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

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