修改 法规清单的历史记录
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@
|
|||||||
Action(url, query).then((res) => {
|
Action(url, query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
if (res.result && res.result.length > 0) {
|
if (res.result && res.result.length > 0 && res.result instanceof Array) {
|
||||||
let detailedWarningList = []
|
let detailedWarningList = []
|
||||||
res.result.forEach(val => {
|
res.result.forEach(val => {
|
||||||
detailedWarningList.push(
|
detailedWarningList.push(
|
||||||
|
|||||||
Reference in New Issue
Block a user