提交 c8fd6e63 编写于 作者: zcdtk's avatar zcdtk

update

上级 f2103280
......@@ -17,14 +17,5 @@
const _data = {};
response = await xData.wfstart(args);
}
if (response && response.status === 200) {
const { data: _data } = response;
if (container.viewdata) {
container.$emit('viewdataschange', [{ ..._data }]);
container.$emit('close');
} else if (_this.$tabPageExp) {
container.$tabPageExp.onClose(container.$route.fullPath);
}
}
return response;
}
\ No newline at end of file
......@@ -17,14 +17,5 @@
const _data = {};
response = await xData.wfsubmit(args);
}
if (response && response.status === 200) {
const { data: _data } = response;
if (container.viewdata) {
container.$emit('viewdataschange', [{ ..._data }]);
container.$emit('close');
} else if (_this.$tabPageExp) {
container.$tabPageExp.onClose(container.$route.fullPath);
}
}
return response;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册