Commit abecbd11 by 肖小磊

上传任务提取上一个任务的终端BUG

parent 14e59114
......@@ -502,6 +502,11 @@ export default {
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()
......
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