Commit 8c913f52 authored by chenwei's avatar chenwei

Merge branch 'feature/099_customer_filter' into 'hotfix/preReleaseDefect'

规则提交

See merge request !49
parents c695c52c 8f471e45
...@@ -1142,7 +1142,7 @@ export default { ...@@ -1142,7 +1142,7 @@ export default {
this.queryParams.extraRegister.registerPlatform?.join(); this.queryParams.extraRegister.registerPlatform?.join();
params.status = this.queryParams.status || "2"; params.status = this.queryParams.status || "2";
if ( if (
(this.queryParams.type = (this.queryParams.type ==
1 && this.queryParams.extraOrderV.receiveAddrList[0][0] == "000") 1 && this.queryParams.extraOrderV.receiveAddrList[0][0] == "000")
) { ) {
params.extraOrderV.receiveAddrList = [[0, 0, 0]]; params.extraOrderV.receiveAddrList = [[0, 0, 0]];
...@@ -1169,7 +1169,7 @@ export default { ...@@ -1169,7 +1169,7 @@ export default {
this.queryParams.extraRegister.registerPlatform?.join(); this.queryParams.extraRegister.registerPlatform?.join();
params.status = this.queryParams.status || "1"; params.status = this.queryParams.status || "1";
if ( if (
(this.queryParams.type = (this.queryParams.type ==
1 && this.queryParams.extraOrderV.receiveAddrList[0][0] == "000") 1 && this.queryParams.extraOrderV.receiveAddrList[0][0] == "000")
) { ) {
params.extraOrderV.receiveAddrList = [[0, 0, 0]]; params.extraOrderV.receiveAddrList = [[0, 0, 0]];
......
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