|
@@ -368,10 +368,10 @@
|
|
|
total.value = response.total;
|
|
|
loading.value = false;
|
|
|
});
|
|
|
- entrustSourceApi().then((res)=>{
|
|
|
- entrustSource.value = res.data;
|
|
|
- console.log(res.data)
|
|
|
- })
|
|
|
+ // entrustSourceApi().then((res)=>{
|
|
|
+ // entrustSource.value = res.data;
|
|
|
+ // console.log(res.data)
|
|
|
+ // })
|
|
|
}
|
|
|
|
|
|
/** 是否为自己负责 */
|