|
|
|
@ -39,8 +39,8 @@
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="24">
|
|
|
|
|
<a-form-model-item label="是否默认,0:否 默认,1:是" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isDefault">
|
|
|
|
|
<j-dict-select-tag type="list" v-model="model.isDefault" dictCode="isDefault" placeholder="请选择是否默认,0:否 默认,1:是" />
|
|
|
|
|
<a-form-model-item label="是否默认" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isDefault">
|
|
|
|
|
<j-dict-select-tag type="list" v-model="model.isDefault" dictCode="isDefault" placeholder="请选择是否默认" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="24">
|
|
|
|
@ -136,7 +136,7 @@
|
|
|
|
|
that.confirmLoading = false;
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|