fzzy-igdss-view/src/main/java/com/fzzy/igds/Patrol.view.xml
@@ -74,7 +74,7 @@
    if(select){
        var patrolId = select.get("id");
        
        var url = "/security/patrol/patrolRecord/"+patrolId+"?time="+ new Date().getTime();
        var url = "/security/patrol-record?patrolId="+patrolId+"&time="+ new Date().getTime();
        
        view.get("#iFrameTrack").set("path",url);
        view.get("#dialogTrack").show();
@@ -96,7 +96,7 @@
    <Container>
      <Property name="className">c-param</Property>
      <AutoForm>
        <Property name="cols">*,*,*,*,90,90</Property>
        <Property name="cols">*,*,*,*,90,90,120</Property>
        <Property name="dataSet">dsParam</Property>
        <Property name="labelAlign">right</Property>
        <Property name="labelWidth">100</Property>
@@ -132,11 +132,20 @@
          <Property name="exClassName">btn-q1</Property>
        </Button>
        <Button>
          <ClientEvent name="onClick">view.get(&quot;#dsParam&quot;).flushAsync();</ClientEvent>
          <ClientEvent name="onClick">view.get(&quot;#dsParam&quot;).setData({});</ClientEvent>
          <Property name="caption">重置</Property>
          <Property name="exClassName">btn-q2</Property>
          <Property name="iconClass">fa fa-refresh</Property>
        </Button>
        <Button>
          <ClientEvent name="onClick">
            var url = &quot;/com.fzzy.igds.ConfByDept.d&quot;;&#xD;
            window.$openTab(&quot;库区配置&quot;, url);
          </ClientEvent>
          <Property name="caption">库区配置</Property>
          <Property name="exClassName">btn-q1</Property>
          <Property name="iconClass">fa fa-plus-square</Property>
        </Button>
      </AutoForm>
    </Container>
    <Container>