コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2051 ビュー

    start: function () {

            var self = this;

            var model_product = new instance.web.Model('abd.abc')

            this.display_record.bind(this);

            var display = this.display_record.bind(this);

            model_product.query()

                .all().done(function (records) {

                    _(records).each(display);

                });


            $( "#project_form" ).submit(function( event ) {

                var product_id = $( "#project_select" ).val();

                event.preventDefault();

                self.query_product_spec_tree(product_id);

            });


        },

アバター
破棄
関連投稿 返信 ビュー 活動
1
6月 18
6344
1
5月 21
3220
2
5月 20
9836
1
1月 20
5075
0
3月 19
3405