|
@@ -337,7 +337,7 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
"searchForm.organId"(val) {
|
|
"searchForm.organId"(val) {
|
|
if (val) {
|
|
if (val) {
|
|
- queryByOrganId({ organId: val, enable: true }).then((res) => {
|
|
|
|
|
|
+ queryByOrganId({ organId: val, enable: false }).then((res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.cooperationList = res.data;
|
|
this.cooperationList = res.data;
|
|
}
|
|
}
|