Commit cdedc208 by crushh

udpate: dist

parent 2c94182c
......@@ -331,7 +331,9 @@ export default {
if (!result) return;
this.tableData = result.result || [];
this.total = result.totalCount;
!search ? this.aiStoreTransferNoBelong() : '';
if (!storeGroupId && !search) {
this.aiStoreTransferNoBelong();
}
} finally {
this.loading = false;
}
......
......@@ -323,7 +323,9 @@ export default {
if (!result) return;
this.tableData = result.result || [];
this.total = result.totalCount;
!search ? this.aiStoreOutboundRankNoBelong() : '';
if (!storeGroupId && !search) {
this.aiStoreOutboundRankNoBelong();
}
} finally {
this.loading = false;
}
......
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