大宝管理后台代码
xxx
dcc
2024-05-07 abcf89c0931fc453f4fd8e1d4d48b8b469d0f3c7
src/views/loanmanage/agentcomponents/editCapitalAgentdialog.vue
@@ -39,24 +39,24 @@
  props: {
    getinit: {
      type: Function,
      default: function () {},
    },
      default: function () {}
    }
  },
  data() {
    return {
      labelCol: {
        xs: { span: 24 },
        sm: { span: 7 },
        sm: { span: 7 }
      },
      wrapperCol: {
        xs: { span: 24 },
        sm: { span: 13 },
        sm: { span: 13 }
      },
      editUserform: this.$form.createForm(this),
      editUserdialog: false,
      editUserDialogloading: false,
      fields: ['amt', 'direction', 'agentId'],
      currentDetails: {},
      currentDetails: {}
    }
  },
  methods: {
@@ -90,7 +90,7 @@
          })
        }
      })
    },
  },
    }
  }
}
</script>