|
@@ -301,6 +301,10 @@ export default {
|
|
|
console.log(that.queryParams)
|
|
|
var queryParam = that.queryParams
|
|
|
console.log(22,queryParam)
|
|
|
+ if (queryParam.weituoClient == '' && queryParam.weituoNo == '') {
|
|
|
+ queryParam.weituoClient = undefined
|
|
|
+ queryParam.weituoNo = undefined
|
|
|
+ }
|
|
|
getJhList(queryParam).then((res) => {
|
|
|
console.log(17,res)
|
|
|
that.taskLists = []
|