Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2069 Lượt xem

    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);

            });


        },

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 18
6356
1
thg 5 21
3227
2
thg 5 20
9843
1
thg 1 20
5085
0
thg 3 19
3414