|
@@ -191,7 +191,7 @@
|
|
|
</a-row>
|
|
|
|
|
|
<a-row class="form-row" :gutter="BaseTool.Constant.row.gutter">
|
|
|
-<!-- <a-col :lg="12" :md="24" :sm="24">
|
|
|
+ <!-- <a-col :lg="12" :md="24" :sm="24">
|
|
|
<a-form-item
|
|
|
label="使用位置"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
@@ -1249,6 +1249,7 @@ export default {
|
|
|
},
|
|
|
handleCancel () {
|
|
|
this.visible = false
|
|
|
+ this.type = null
|
|
|
this.confirmLoading = false
|
|
|
this.form.resetFields()
|
|
|
this.$emit('ok')
|