去除省市区

master
lion 8 months ago
parent b191ac3f80
commit fb7da1b05f

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