Commit 90fbae49 by Kyle_Li

批量bug

parent 54420fc0
......@@ -506,6 +506,7 @@ export default {
if (res.data.errorCode === 0) {
this.isdot = res.data.result.list.length > 0 ? true : false;
this.popWidth = this.isdot ? this.popWidth : 160;
if(!this.processList.length && !res.data.result.list.length) return;
this.processList = res.data.result.list.map(ele => ({
...ele,
name: ele.name ? ele.name : "未知"
......
......@@ -524,6 +524,7 @@ export default {
if (res.data.errorCode === 0) {
this.isdot = res.data.result.list.length > 0 ? true : false;
this.popWidth = this.isdot ? this.popWidth : 160;
if(!this.processList.length && !res.data.result.list.length) return;
this.processList = res.data.result.list.map(ele => ({
...ele,
name: ele.name ? ele.name : "未知"
......
......@@ -434,6 +434,7 @@ export default {
if (res.data.errorCode === 0) {
this.isdot = res.data.result.list.length > 0 ? true : false;
this.popWidth = this.isdot ? this.popWidth : 160;
if(!this.processList.length && !res.data.result.list.length) return;
this.processList = res.data.result.list.map(ele => ({
...ele,
name: ele.name ? ele.name : "未知"
......
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