|
@@ -20,8 +20,8 @@ function onLoad() {
|
|
page,
|
|
page,
|
|
limit: 20,
|
|
limit: 20,
|
|
gw_fb: 1,
|
|
gw_fb: 1,
|
|
- gw_fb_depart: isBureau ? "" : "1",
|
|
|
|
- display_all: isBureau ? '1' : "",
|
|
|
|
|
|
+ display_all: isBureau.value ? '1' : "",
|
|
|
|
+ from: isBureau.value ? 'gwk' : '',
|
|
...param,
|
|
...param,
|
|
},
|
|
},
|
|
}).then((res) => {
|
|
}).then((res) => {
|