去除省市区

master
lion 8 months ago
parent b191ac3f80
commit fb7da1b05f

@ -130,9 +130,9 @@
address: [{
validator: (rule, value, callback) => {
if (
this.form.province &&
this.form.city &&
this.form.district &&
// this.form.province &&
// this.form.city &&
// this.form.district &&
this.form.address
) {
callback(); //
@ -214,7 +214,8 @@
title:"更新成功",
icon:'none',
success() {
that.isShow = false
// that.isShow = false
that.cancel()
that.$emit("addSuccess",true)
}
})

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save