Commit 3d2de15c authored by 英思-陈欢's avatar 英思-陈欢

fix bug: 提示错误

parent a1ac88cb
...@@ -97,13 +97,13 @@ ...@@ -97,13 +97,13 @@
}) })
return; return;
} }
if (!this.form.cumTypeCode) { // if (!this.form.cumTypeCode) {
xma.showToast({ // xma.showToast({
title: '请输入累计值代码', // title: '请输入累计值代码',
icon: 'none' // icon: 'none'
}) // })
return; // return;
} // }
if (!this.form.insuAdmdvs) { if (!this.form.insuAdmdvs) {
xma.showToast({ xma.showToast({
title: '请选择医保区划', title: '请选择医保区划',
......
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