提交 a64ad6d2 authored 作者: 钟是志's avatar 钟是志

增加onestop model

上级 3975b3a7
...@@ -141,7 +141,7 @@ class Index extends React.Component { ...@@ -141,7 +141,7 @@ class Index extends React.Component {
getColumn = () => { getColumn = () => {
const { workId } = this.state; const { workId } = this.state;
service.getColumns(workId).then((response) => { service.getColumns(workId).then((response) => {
console.log("🚀 ~ file:index method: line:144 -----", response, "response"); // console.log("🚀 ~ file:index method: line:144 -----", response, "response");
if (!response || !Array.isArray(response)) { if (!response || !Array.isArray(response)) {
response = []; response = [];
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论