angular.js - Problem with angualrjs option passing multiple parameters
PHP中文网
PHP中文网 2017-05-15 17:06:00
0
1
590

Query data that meets the conditions

 <p class="col-md-3">
                    <select class="form-control" data-ng-model="reserve.status" ng-required="true">
                        <option value="">-- 预定状态 --</option>
                        <option value="0">已支付</option>
                        <option value="1">未支付</option>
                        <option value="3">已取消</option>
                        <option value="8">未到场</option>
                        <option value="-2">已完成</option>
                    </select>
                </p>

A selection item (key) corresponds to a value. Now I want to add one more parameter. The original query to the background was status=8, but now I want to change it to status = 8 && noserch = 1
It feels like a cascade selection should be made. Box= =

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
我想大声告诉你

I feel like I should change my thinking

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template