Commit 6ff68cc5 authored by 李苏's avatar 李苏 💬

没有计划终止

parent b08250eb
...@@ -18,6 +18,7 @@ function filter(e) { ...@@ -18,6 +18,7 @@ function filter(e) {
if (e.data.success) { if (e.data.success) {
return e.data.data return e.data.data
} else { } else {
tip.toast(e.data.message || "操作失败") tip.toast(e.data.message || "操作失败")
} }
} }
......
...@@ -153,8 +153,13 @@ ...@@ -153,8 +153,13 @@
this.apiShow.djid=res.records.djid this.apiShow.djid=res.records.djid
this.apiShow.ph=res.records.ph this.apiShow.ph=res.records.ph
apiYckw({code:this.code}).then(res=>{ apiYckw({code:this.code}).then(res=>{
if(res){
this.current=1
}else{
this.code=''
this.apiCode=''
}
this.current=1
}) })
}).catch(res=>{ }).catch(res=>{
......
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