Commit 20b7781b authored by 李超鹏's avatar 李超鹏

type:update

scope:self
body:提示
parent aededed5
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
this.other.splice(index, 1) this.other.splice(index, 1)
}, },
handleSure() { handleSure() {
this.other.forEach(item =>{ for (let item of this.other){
if(!item.otherExplain){ if(!item.otherExplain){
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '请输入其他项说明', title: '请输入其他项说明',
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
}) })
return return
} }
}) }
let pages = getCurrentPages(); let pages = getCurrentPages();
let prevPage = pages[pages.length - 2]; //上一个页面 let prevPage = pages[pages.length - 2]; //上一个页面
let data = {} let data = {}
......
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