search

Home  >  Q&A  >  body text

angular.js - Problem with angualrjs option passing multiple parameters

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中文网2775 days ago582

reply all(1)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-15 17:08:00

    I feel like I should change my thinking

    reply
    0
  • Cancelreply