Giter Club home page Giter Club logo

Comments (11)

shiguanghuxian avatar shiguanghuxian commented on May 14, 2024 1

好的,已经测试ok了

from form-create.

xaboy avatar xaboy commented on May 14, 2024

稍等我看一下,可以把问题代码发出来吗

from form-create.

shiguanghuxian avatar shiguanghuxian commented on May 14, 2024

mounted() {
this.aaa();
// this.bbb();
},
methods: {
aaa() {
var self = this;
let $f = this.$formCreate(this.rules, {
el: "#fff",
onSubmit: function(formData) {
console.log(formData);
// $f.submitStatus({ loading: true });
// if (self.current == 3) {
// self.current = 0;
// } else {
// self.current += 1;
// }
self.current = 1;
// console.log($f)
// $f.destroy();

      self.bbb();
    },
    submitBtn: {
      //按钮类型,可选值为primary、ghost、dashed、text、info、success、warning、error或者不设置
      type: "primary",
      //按钮大小,可选值为large、small、default或者不设置
      size: "large",
      //按钮形状,可选值为circle或者不设置
      shape: undefined,
      //开启后,按钮的长度为 100%
      long: true,
      //设置button原生的type,可选值为button、submit、reset
      htmlType: "button",
      //设置按钮为禁用状态
      disabled: false,
      //设置按钮的图标类型
      icon: "ios-upload",
      //按钮文字提示
      innerText: "1111",
      //设置按钮为加载中状态
      loading: false
    }
  });
},
bbb() {
  var self = this;
  let $f = this.$formCreate(self.rules1, {
    el: "#qqq",
    onSubmit: function(formData) {
      console.log(formData);
      console.log(123);
      // $f.submitStatus({ loading: true });
      // if (self.current == 3) {
      //   self.current = 0;
      // } else {
      //   self.current += 1;
      // }

      self.current = 0;
      // $f.destroy();
      self.aaa();
    },
    submitBtn: {
      //按钮类型,可选值为primary、ghost、dashed、text、info、success、warning、error或者不设置
      type: "primary",
      //按钮大小,可选值为large、small、default或者不设置
      size: "large",
      //按钮形状,可选值为circle或者不设置
      shape: undefined,
      //开启后,按钮的长度为 100%
      long: true,
      //设置button原生的type,可选值为button、submit、reset
      htmlType: "button",
      //设置按钮为禁用状态
      disabled: false,
      //设置按钮的图标类型
      icon: "ios-upload",
      //按钮文字提示
      innerText: "22222",
      //设置按钮为加载中状态
      loading: false
    }
  });
}

}

from form-create.

shiguanghuxian avatar shiguanghuxian commented on May 14, 2024

你可以给我一个在一个vue文件中创建多个表单的示例,这样我方便理解,不胜感激

from form-create.

xaboy avatar xaboy commented on May 14, 2024

稍等,正在处理bug

from form-create.

xaboy avatar xaboy commented on May 14, 2024

同一页面生成多个会有冲突,第二个的ref会丢失.正在处理,虽然还没有头绪

from form-create.

shiguanghuxian avatar shiguanghuxian commented on May 14, 2024

好的,谢谢🙏

from form-create.

xaboy avatar xaboy commented on May 14, 2024

终于找到解决方案了,等着.一会下载一下最新的

from form-create.

shiguanghuxian avatar shiguanghuxian commented on May 14, 2024

好的,谢谢

from form-create.

xaboy avatar xaboy commented on May 14, 2024

修复了,明天重新clone一下.注意iview升级到2.13.0了

from form-create.

xaboy avatar xaboy commented on May 14, 2024

好,感谢你提出的问题

from form-create.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.