|
@@ -63,7 +63,7 @@ export default {
|
|
|
content.pageTotal = res.pageTotal;
|
|
|
let list = res.data.map(v => {
|
|
|
switch (v.sourcetable) {
|
|
|
- case "w_eventid":
|
|
|
+ case "sa_patrolplan":
|
|
|
v.source = "巡检:" + (v.planno || ' --')
|
|
|
break;
|
|
|
case "w_event_log":
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
this.empty = !res.data.length;
|
|
|
let list = res.data.map(v => {
|
|
|
switch (v.sourcetable) {
|
|
|
- case "w_eventid":
|
|
|
+ case "sa_patrolplan":
|
|
|
v.source = "巡检:" + (v.planno || ' --')
|
|
|
break;
|
|
|
case "w_event_log":
|