whj 1 vuosi sitten
vanhempi
commit
ba6843b615
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/sb/info/modules/BaseForm.vue

+ 2 - 1
src/views/sb/info/modules/BaseForm.vue

@@ -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')