Commit 7b213928 authored by 刘帅阳's avatar 刘帅阳

修改bug

parent 9b70d73e
......@@ -535,6 +535,11 @@ export default {
submitForm: function() {
this.$refs['form'].validate(valid => {
if (valid) {
const unitId = this.queryParams.unitId
const clearable = this.clearable
if (!clearable) {
this.form.unitId = unitId
}
if (this.form.businessId !== undefined) {
const temp = {
bannerId: this.form.businessId,
......
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