Commit 678af1b5 authored by youjie's avatar youjie

修复入驻

parent 1ea45678
......@@ -859,6 +859,10 @@ export default {
uni.showToast({ title: "请选择投运时间", icon: "none" });
return;
}
if (this.model.PropertyComp == ""||!this.model.PropertyComp) {
uni.showToast({ title: "请填写物业公司", icon: "none" });
return;
}
console.log(this.model, "保存");
uni.showLoading({
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